aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-27 15:50:06 +0000
committerGerd Moellmann2000-12-27 15:50:06 +0000
commit892d8fcd4d618f101f250eb6427650520a4087d7 (patch)
tree84b0965b9c63ff07b881718c746a2e00c6b07239
parent12c8b416beffe0194fe5c06f07685d6676bbf811 (diff)
downloademacs-892d8fcd4d618f101f250eb6427650520a4087d7.tar.gz
emacs-892d8fcd4d618f101f250eb6427650520a4087d7.zip
Comment out the line pointing to the Lesstif source
directory.
-rw-r--r--src/.gdbinit2
-rw-r--r--src/ChangeLog3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index fbad00bcc53..6b5ec279265 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -3,7 +3,7 @@ set main
3 3
4# Find lwlib source files too. 4# Find lwlib source files too.
5dir ../lwlib 5dir ../lwlib
6dir /gd/gnu/lesstif-0.89.9/lib/Xm 6#dir /gd/gnu/lesstif-0.89.9/lib/Xm
7 7
8# Don't enter GDB when user types C-g to quit. 8# Don't enter GDB when user types C-g to quit.
9# This has one unfortunate effect: you can't type C-c 9# This has one unfortunate effect: you can't type C-c
diff --git a/src/ChangeLog b/src/ChangeLog
index 32cd8dee991..4b205b56d57 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-27 Gerd Moellmann <gerd@gnu.org> 12000-12-27 Gerd Moellmann <gerd@gnu.org>
2 2
3 * .gdbinit: Comment out the line pointing to the Lesstif source
4 directory.
5
3 * window.c (Frecenter): Use displayed_window_lines instead 6 * window.c (Frecenter): Use displayed_window_lines instead
4 of window_internal_height. 7 of window_internal_height.
5 8