Mercurial > emacs
comparison etc/NEWS @ 65054:66bd777e615c
Mention compilation-disable-input.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 20 Aug 2005 12:20:49 +0000 |
parents | 126c81827d58 |
children | 55b9d4dca2d6 |
comparison
equal
deleted
inserted
replaced
65053:ef71f705f7d4 | 65054:66bd777e615c |
---|---|
1295 +++ | 1295 +++ |
1296 *** New user option `compilation-environment'. | 1296 *** New user option `compilation-environment'. |
1297 This option allows you to specify environment variables for inferior | 1297 This option allows you to specify environment variables for inferior |
1298 compilation processes without affecting the environment that all | 1298 compilation processes without affecting the environment that all |
1299 subprocesses inherit. | 1299 subprocesses inherit. |
1300 | |
1301 +++ | |
1302 *** New user option `compilation-disable-input'. | |
1303 If this is non-nil, send end-of-file as compilation process input. | |
1300 | 1304 |
1301 +++ | 1305 +++ |
1302 *** New options `next-error-highlight' and `next-error-highlight-no-select' | 1306 *** New options `next-error-highlight' and `next-error-highlight-no-select' |
1303 specify the method of highlighting of the corresponding source line | 1307 specify the method of highlighting of the corresponding source line |
1304 in new face `next-error'. | 1308 in new face `next-error'. |