aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStephen Leake2019-04-25 15:49:38 -0700
committerStephen Leake2019-04-25 15:49:38 -0700
commit1486eadf7c9469f873fcd04beafd03f21564d580 (patch)
tree842c749cec57b6aa80028cd31b1d50cea1791cbc /etc
parent83b0fc30d4bd6799e9593685d1767dfe2b3648a7 (diff)
downloademacs-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/NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 788be7060af..721ebb2dedd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -325,8 +325,17 @@ and directory-local variables.
325longer. 325longer.
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