From: Richard M. Stallman Date: Sun, 8 Aug 1993 07:41:41 +0000 (+0000) Subject: Don't put -q in args. X-Git-Tag: emacs-19.34~11364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5d1a4f5200f5f68801fa4637cd79df30f95a08;p=emacs.git Don't put -q in args. Don't unset TERM and TERMCAP--show them instead. --- diff --git a/src/.gdbinit b/src/.gdbinit index 3c164581212..a6fde0afbd2 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -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.