# HG changeset patch # User Richard M. Stallman # Date 1009402074 0 # Node ID e0faaa516289c68de13b8ac07af916b8f7a8e101 # Parent 38e43ae6eb0eb7680fe1766b2e102a37677d308d Comment change. diff -r 38e43ae6eb0e -r e0faaa516289 lisp/comint.el --- 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))) diff -r 38e43ae6eb0e -r e0faaa516289 lisp/progmodes/compile.el --- 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)