summaryrefslogtreecommitdiff
path: root/src/.gdbinit
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2005-11-19 22:31:15 +0000
committerAndreas Schwab <schwab@suse.de>2005-11-19 22:31:15 +0000
commit068e110267cedbce5733ebdfb0e5bb9125487d6c (patch)
treef2186a3e5405627fa491f1607f8fd233136e4d6f /src/.gdbinit
parentf56d4dd0032bfd521a7bdf482f246ba44c046b89 (diff)
downloademacs-068e110267cedbce5733ebdfb0e5bb9125487d6c.tar.gz
Revert unwanted changes.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r--src/.gdbinit4
1 files changed, 2 insertions, 2 deletions
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.