diff lisp/comint.el @ 42341:e0faaa516289

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Dec 2001 21:27:54 +0000
parents 7308bbc423d5
children c32f238e8a16
line wrap: on
line diff
--- a/lisp/comint.el	Wed Dec 26 21:26:25 2001 +0000
+++ b/lisp/comint.el	Wed Dec 26 21:27:54 2001 +0000
@@ -728,6 +728,7 @@
 	  ;; 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)))