/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.275 by rms, Mon Jul 7 20:53:19 2003 UTC revision 1.276 by jpw, Mon Jul 28 16:05:36 2003 UTC
# Line 593  This should be a function of three argum Line 593  This should be a function of three argum
593  and exit message; it returns a cons (MESSAGE . MODELINE) of the strings to  and exit message; it returns a cons (MESSAGE . MODELINE) of the strings to
594  write into the compilation buffer, and to put in its mode line.")  write into the compilation buffer, and to put in its mode line.")
595    
596    (defvar compilation-environment nil
597      "*List of environment variables for compilation to inherit.
598    Each element should be a string of the form ENVVARNAME=VALUE.
599    This list is temporarily prepended to `process-environment' prior to
600    starting the compilation process.")
601    
602  ;; History of compile commands.  ;; History of compile commands.
603  (defvar compile-history nil)  (defvar compile-history nil)
604  ;; History of grep commands.  ;; History of grep commands.
# Line 1090  Returns the compilation buffer created." Line 1096  Returns the compilation buffer created."
1096          (if (not no-async)          (if (not no-async)
1097              (let* ((process-environment              (let* ((process-environment
1098                      (append                      (append
1099                         compilation-environment
1100                       (if (and (boundp 'system-uses-terminfo)                       (if (and (boundp 'system-uses-terminfo)
1101                                system-uses-terminfo)                                system-uses-terminfo)
1102                           (list "TERM=dumb" "TERMCAP="                           (list "TERM=dumb" "TERMCAP="

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.276

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26