diff options
| author | Stephen Leake | 2019-04-25 15:49:38 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-25 15:49:38 -0700 |
| commit | 1486eadf7c9469f873fcd04beafd03f21564d580 (patch) | |
| tree | 842c749cec57b6aa80028cd31b1d50cea1791cbc /etc | |
| parent | 83b0fc30d4bd6799e9593685d1767dfe2b3648a7 (diff) | |
| download | emacs-1486eadf7c9469f873fcd04beafd03f21564d580.tar.gz emacs-1486eadf7c9469f873fcd04beafd03f21564d580.zip | |
Fix Bug#33618; define search path variables for grep, byte-compile
* etc/NEWS: Mention new variables.
* lisp/emacs-lisp/bytecomp.el (emacs-lisp-compilation-search-path): New.
* lisp/progmodes/grep.el (grep-search-path): New.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -325,8 +325,17 @@ and directory-local variables. | |||
| 325 | longer. | 325 | longer. |
| 326 | 326 | ||
| 327 | --- | 327 | --- |
| 328 | ** next-error-verbose controls when `next-error' outputs a message | 328 | ** New variable next-error-verbose controls when `next-error' outputs |
| 329 | about the error locus. | 329 | a message about the error locus. |
| 330 | |||
| 331 | --- | ||
| 332 | ** New variable grep-search-path defines the directories searched for | ||
| 333 | grep hits (this used to be controlled by compilation-search-path). | ||
| 334 | |||
| 335 | --- | ||
| 336 | ** New variable emacs-lisp-compilation-search-path defines the | ||
| 337 | directories searched for byte-compiler error messages (this used to | ||
| 338 | be controlled by compilation-search-path). | ||
| 330 | 339 | ||
| 331 | 340 | ||
| 332 | * Editing Changes in Emacs 27.1 | 341 | * Editing Changes in Emacs 27.1 |