emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Wed, 26 Dec 2001 16:27:54 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.254 emacs/lisp/comint.el:1.255
*** emacs/lisp/comint.el:1.254  Thu Dec 20 13:33:38 2001
--- emacs/lisp/comint.el        Wed Dec 26 16:27:54 2001
***************
*** 728,733 ****
--- 728,734 ----
          ;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]