# HG changeset patch # User Andreas Schwab # Date 1132439475 0 # Node ID e40cac65496b97cc35012d59b162f87954f816d9 # Parent 90da52ba2a97c356a5e13b761298471eb3ed7d3d Revert unwanted changes. diff -r 90da52ba2a97 -r e40cac65496b src/.gdbinit --- a/src/.gdbinit Sat Nov 19 21:09:10 2005 +0000 +++ b/src/.gdbinit Sat Nov 19 22:31:15 2005 +0000 @@ -29,7 +29,7 @@ # 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 @@ 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.