* gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
authorStu Grossman <grossman@cygnus>
Tue, 24 Jan 1995 01:23:18 +0000 (01:23 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 24 Jan 1995 01:23:18 +0000 (01:23 +0000)
doc!

gdb/ChangeLog
gdb/gdbtk.tcl

index a6730c0..f597b64 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jan 23 17:21:09 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * gdbtk.tcl:  Take .gdbtkinit if it exists.  Makes gdbtk match the
+       doc!
+
 Mon Jan 23 13:11:46 1995  Per Bothner  <bothner@kalessin.cygnus.com>
 
        Add support for Chill bitstring literals (e.h. H'FF00').
index 74bd7e9..2a16424 100644 (file)
@@ -2672,4 +2672,8 @@ destroy .t
 pack .c.m
 bind .c.m <Leave> {destroy .c}
 
+if [file exists ~/.gdbtkinit] {
+       source ~/.gdbtkinit
+}
+
 update