diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-27 15:50:06 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-27 15:50:06 +0000 |
commit | 892d8fcd4d618f101f250eb6427650520a4087d7 (patch) | |
tree | 84b0965b9c63ff07b881718c746a2e00c6b07239 /src/.gdbinit | |
parent | 12c8b416beffe0194fe5c06f07685d6676bbf811 (diff) | |
download | emacs-892d8fcd4d618f101f250eb6427650520a4087d7.tar.gz |
Comment out the line pointing to the Lesstif source
directory.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 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 # 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 |