aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-08 07:41:41 +0000
committerRichard M. Stallman1993-08-08 07:41:41 +0000
commit6f5d1a4f5200f5f68801fa4637cd79df30f95a08 (patch)
tree878e3de4d23c16eac7c0de52753ea734fefa0ee8
parent280a1a6548749c1296b0ae2f7df56cc317a51f8a (diff)
downloademacs-6f5d1a4f5200f5f68801fa4637cd79df30f95a08.tar.gz
emacs-6f5d1a4f5200f5f68801fa4637cd79df30f95a08.zip
Don't put -q in args.
Don't unset TERM and TERMCAP--show them instead.
-rw-r--r--src/.gdbinit7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 3c164581212..a6fde0afbd2 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -165,11 +165,10 @@ end
165set print pretty on 165set print pretty on
166set print sevenbit-strings 166set print sevenbit-strings
167 167
168unset environment TERMCAP
169unset environment TERM
170echo TERMCAP and TERM environment variables unset.\n
171show environment DISPLAY 168show environment DISPLAY
172set args -q -geometry 80x40+0+0 169show environment TERM
170show environment TERMCAP
171set args -geometry 80x40+0+0
173 172
174# Don't let abort actually run, as it will make 173# Don't let abort actually run, as it will make
175# stdio stop working and therefore the `pr' command above as well. 174# stdio stop working and therefore the `pr' command above as well.