]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out the line pointing to the Lesstif source
authorGerd Moellmann <gerd@gnu.org>
Wed, 27 Dec 2000 15:50:06 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 27 Dec 2000 15:50:06 +0000 (15:50 +0000)
directory.

src/.gdbinit
src/ChangeLog

index fbad00bcc531a63948dd0c45764d67d6f322fc24..6b5ec279265efa6b78e8b916eaa61d60a8a346fc 100644 (file)
@@ -3,7 +3,7 @@ set main
 
 # Find lwlib source files too.
 dir ../lwlib
-dir /gd/gnu/lesstif-0.89.9/lib/Xm
+#dir /gd/gnu/lesstif-0.89.9/lib/Xm
 
 # Don't enter GDB when user types C-g to quit.
 # This has one unfortunate effect: you can't type C-c
index 32cd8dee99198a93cfaae7134a13dcc973ae6a38..4b205b56d57a0ec863ec8b14808cb96053c60b0b 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
 
+       * .gdbinit: Comment out the line pointing to the Lesstif source
+       directory.
+
        * window.c (Frecenter): Use displayed_window_lines instead
        of window_internal_height.