projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a26c8a
)
* lisp/progmodes/grep.el (grep-compute-defaults):
author
Juri Linkov
<juri@linkov.net>
Wed, 21 Feb 2018 20:30:29 +0000
(22:30 +0200)
committer
Juri Linkov
<juri@linkov.net>
Wed, 21 Feb 2018 20:30:29 +0000
(22:30 +0200)
Add grep-use-null-filename-separator to grep-host-defaults-alist.
(Bug#30559)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 14e251e0667785c0738e45cb488eba111984b3b0..755c9c73d3754c131c2976b346f6cf987a4dd84e 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-734,6
+734,8
@@
This function is called from `compilation-filter-hook'."
(grep-use-null-device ,grep-use-null-device)
(grep-find-command ,grep-find-command)
(grep-find-template ,grep-find-template)
+ (grep-use-null-filename-separator
+ ,grep-use-null-filename-separator)
(grep-find-use-xargs ,grep-find-use-xargs)
(grep-highlight-matches ,grep-highlight-matches))))))