changeset 42341:e0faaa516289

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Dec 2001 21:27:54 +0000
parents 38e43ae6eb0e
children edeb3d66b7e0
files lisp/comint.el lisp/progmodes/compile.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
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)))
--- a/lisp/progmodes/compile.el	Wed Dec 26 21:26:25 2001 +0000
+++ b/lisp/progmodes/compile.el	Wed Dec 26 21:27:54 2001 +0000
@@ -903,7 +903,8 @@
 		   (proc (start-process-shell-command (downcase mode-name)
 						      outbuf
 						      command)))
-	      ;; Set the terminal type
+	      ;; Set the terminal type.
+	      ;; There is similar code in comint.el.
 	      (setq process-environment
 		    (if (and (boundp 'system-uses-terminfo)
 			     system-uses-terminfo)