emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] Changes to emacs/lisp/progmodes/compile.el,v


From: Chong Yidong
Subject: [Emacs-commit] Changes to emacs/lisp/progmodes/compile.el,v
Date: Sat, 18 Nov 2006 21:01:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/11/18 21:01:11

Index: compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -b -r1.411 -r1.412
--- compile.el  11 Nov 2006 04:01:58 -0000      1.411
+++ compile.el  18 Nov 2006 21:01:11 -0000      1.412
@@ -1069,7 +1069,8 @@
              ;; Set the EMACS variable, but
              ;; don't override users' setting of $EMACS.
              (unless (getenv "EMACS")
-               (list (concat "EMACS=" invocation-directory invocation-name)))
+               (list "EMACS=t"))
+             (list "INSIDE_EMACS=t")
              (copy-sequence process-environment))))
        (set (make-local-variable 'compilation-arguments)
             (list command mode name-function highlight-regexp))




reply via email to

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