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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Wed, 08 Sep 2004 07:50:33 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.327 
emacs/lisp/progmodes/compile.el:1.328
*** emacs/lisp/progmodes/compile.el:1.327       Sat Sep  4 12:47:21 2004
--- emacs/lisp/progmodes/compile.el     Tue Sep  7 18:19:17 2004
***************
*** 878,884 ****
          ;; Set the EMACS variable, but
          ;; don't override users' setting of $EMACS.
          (unless (getenv "EMACS") '("EMACS=t"))
!         process-environment))
        (thisdir default-directory)
        outwin outbuf)
      (with-current-buffer
--- 878,884 ----
          ;; Set the EMACS variable, but
          ;; don't override users' setting of $EMACS.
          (unless (getenv "EMACS") '("EMACS=t"))
!         (copy-sequence process-environment)))
        (thisdir default-directory)
        outwin outbuf)
      (with-current-buffer




reply via email to

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