From: John Paul Wallington Date: Thu, 31 Jul 2003 00:12:57 +0000 (+0000) Subject: Mention `compilation-environment'. X-Git-Tag: ttn-vms-21-2-B4~9200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb6055fa383a425f6cbba580c98b7de02d9ea997;p=emacs.git Mention `compilation-environment'. --- diff --git a/etc/NEWS b/etc/NEWS index 0f676480110..8f06519df42 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1375,6 +1375,11 @@ it remains unchanged. When loading many files, for instance with `emacs *', Emacs normally displays a buffer menu. This option turns the buffer menu off. +** New user option `compilation-environment'. +This option allows you to specify environment variables for inferior +compilation processes without affecting the environment that all +subprocesses inherit. + --- ** Rmail now displays 5-digit message ids in its summary buffer. @@ -1631,7 +1636,7 @@ to use standout mode, however they will not be able to display mode-lines in inverse-video. --- -** cplus-md.el has been removed to avoid problems with Custom. +** cplus-md.el has been removed to avoid problems with Custom. ** New package benchmark.el contains simple support for convenient timing measurements of code (including the garbage collection component).