diff options
| author | Richard M. Stallman | 1993-08-08 07:41:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-08 07:41:41 +0000 |
| commit | 6f5d1a4f5200f5f68801fa4637cd79df30f95a08 (patch) | |
| tree | 878e3de4d23c16eac7c0de52753ea734fefa0ee8 | |
| parent | 280a1a6548749c1296b0ae2f7df56cc317a51f8a (diff) | |
| download | emacs-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/.gdbinit | 7 |
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 | |||
| 165 | set print pretty on | 165 | set print pretty on |
| 166 | set print sevenbit-strings | 166 | set print sevenbit-strings |
| 167 | 167 | ||
| 168 | unset environment TERMCAP | ||
| 169 | unset environment TERM | ||
| 170 | echo TERMCAP and TERM environment variables unset.\n | ||
| 171 | show environment DISPLAY | 168 | show environment DISPLAY |
| 172 | set args -q -geometry 80x40+0+0 | 169 | show environment TERM |
| 170 | show environment TERMCAP | ||
| 171 | set 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. |