From: Andreas Schwab Date: Sat, 19 Nov 2005 22:31:15 +0000 (+0000) Subject: Revert unwanted changes. X-Git-Tag: emacs-pretest-22.0.90~5763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8175bfa96da023f0ee4ff322d231df23ca896459;p=emacs.git Revert unwanted changes. --- diff --git a/src/.gdbinit b/src/.gdbinit index 5ddd47deeea..fa50373920f 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -29,7 +29,7 @@ dir ../lwlib # This has one unfortunate effect: you can't type C-c # at the GDB to stop Emacs, when using X. # However, C-z works just as well in that case. -#handle 2 noprint pass +handle 2 noprint pass # Make it work like SIGINT normally does. handle SIGTSTP nopass @@ -762,7 +762,7 @@ set print sevenbit-strings show environment DISPLAY show environment TERM -#set args -geometry 80x40+0+0 +set args -geometry 80x40+0+0 # Don't let abort actually run, as it will make # stdio stop working and therefore the `pr' command above as well.