projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f7126
)
* lisp/progmodes/grep.el (zrgrep):
author
Juri Linkov
<juri@linkov.net>
Sat, 3 Mar 2018 21:33:15 +0000
(23:33 +0200)
committer
Juri Linkov
<juri@linkov.net>
Sat, 3 Mar 2018 21:33:15 +0000
(23:33 +0200)
Let-bind grep-use-null-filename-separator to nil (bug#30559).
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 755c9c73d3754c131c2976b346f6cf987a4dd84e..da09c900e58af32db5403c3275ca5ade2f2be6c0 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-1185,6
+1185,8
@@
file name to `*.gz', and sets `grep-highlight-matches' to `always'."
(grep-find-template nil)
(grep-find-command nil)
(grep-host-defaults-alist nil)
+ ;; `zgrep' doesn't support the `--null' option.
+ (grep-use-null-filename-separator nil)
;; Use for `grep-read-files'
(grep-files-aliases '(("all" . "* .*")
("gz" . "*.gz"))))