diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-26 21:27:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-26 21:27:54 +0000 |
commit | 62728cf048e9fc198818a32a2fb4a3f33c260169 (patch) | |
tree | 96f6f44f9a13b6fbdf489c55a518b37769778cea /lisp/comint.el | |
parent | 492e159bb08378b31a67b58f353d55396f06d0f1 (diff) | |
download | emacs-62728cf048e9fc198818a32a2fb4a3f33c260169.tar.gz |
Comment change.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 5a2e6f8cbcd..920cae62b83 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -728,6 +728,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." ;; and there is no way for us to define it here. ;; Some programs that use terminfo get very confused ;; if TERM is not a valid terminal type. + ;; ;; There is similar code in compile.el. (if (and (boundp 'system-uses-terminfo) system-uses-terminfo) (list "TERM=dumb" "TERMCAP=" (format "COLUMNS=%d" (window-width))) |