Mercurial > emacs
changeset 52089:0713c3d48620
Mention `compilation-environment'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 31 Jul 2003 00:12:57 +0000 |
parents | 25a82706af5e |
children | 3c8a655b53e0 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Jul 30 19:22:04 2003 +0000 +++ b/etc/NEWS Thu Jul 31 00:12:57 2003 +0000 @@ -1375,6 +1375,11 @@ 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 @@ 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).