emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Wed, 26 Dec 2001 16:31:44 -0500

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.246 
emacs/lisp/progmodes/compile.el:1.247
*** emacs/lisp/progmodes/compile.el:1.246       Wed Dec 26 16:26:11 2001
--- emacs/lisp/progmodes/compile.el     Wed Dec 26 16:27:20 2001
***************
*** 903,909 ****
                   (proc (start-process-shell-command (downcase mode-name)
                                                      outbuf
                                                      command)))
!             ;; Set the terminal type
              (setq process-environment
                    (if (and (boundp 'system-uses-terminfo)
                             system-uses-terminfo)
--- 903,910 ----
                   (proc (start-process-shell-command (downcase mode-name)
                                                      outbuf
                                                      command)))
!             ;; Set the terminal type.
!             ;; There is similar code in comint.el.
              (setq process-environment
                    (if (and (boundp 'system-uses-terminfo)
                             system-uses-terminfo)



reply via email to

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