Comment change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Dec 2001 21:27:54 +0000 (21:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Dec 2001 21:27:54 +0000 (21:27 +0000)
lisp/comint.el
lisp/progmodes/compile.el

index 5a2e6f8..920cae6 100644 (file)
@@ -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)))
index d58689b..4b2c3ae 100644 (file)
@@ -903,7 +903,8 @@ Returns the compilation buffer created."
                   (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)