]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't put -q in args.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 07:41:41 +0000 (07:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 07:41:41 +0000 (07:41 +0000)
Don't unset TERM and TERMCAP--show them instead.

src/.gdbinit

index 3c16458121221af9055ab8fd01d0d91f9ceb451b..a6fde0afbd26be17d6db83ae8f38393292168b2a 100644 (file)
@@ -165,11 +165,10 @@ end
 set print pretty on
 set print sevenbit-strings
 
-unset environment TERMCAP
-unset environment TERM
-echo TERMCAP and TERM environment variables unset.\n
 show environment DISPLAY
-set args -q -geometry 80x40+0+0
+show environment TERM
+show environment TERMCAP
+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.