From: Gerd Moellmann Date: Wed, 27 Dec 2000 15:50:06 +0000 (+0000) Subject: Comment out the line pointing to the Lesstif source X-Git-Tag: emacs-pretest-21.0.95~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=892d8fcd4d618f101f250eb6427650520a4087d7;p=emacs.git Comment out the line pointing to the Lesstif source directory. --- diff --git a/src/.gdbinit b/src/.gdbinit index fbad00bcc53..6b5ec279265 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index 32cd8dee991..4b205b56d57 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-12-27 Gerd Moellmann + * .gdbinit: Comment out the line pointing to the Lesstif source + directory. + * window.c (Frecenter): Use displayed_window_lines instead of window_internal_height.