emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 f0e5f220: * lisp/progmodes/grep.el (zrgrep):


From: Juri Linkov
Subject: [Emacs-diffs] emacs-26 f0e5f220: * lisp/progmodes/grep.el (zrgrep):
Date: Sat, 3 Mar 2018 16:33:26 -0500 (EST)

branch: emacs-26
commit f0e5f220b69880f1f5c29b2e5515b2aa8a950f14
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/progmodes/grep.el (zrgrep):
    
    Let-bind grep-use-null-filename-separator to nil (bug#30559).
---
 lisp/progmodes/grep.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 755c9c7..da09c90 100644
--- 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]