]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/grep.el (zrgrep):
authorJuri Linkov <juri@linkov.net>
Sat, 3 Mar 2018 21:33:15 +0000 (23:33 +0200)
committerJuri 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

index 755c9c73d3754c131c2976b346f6cf987a4dd84e..da09c900e58af32db5403c3275ca5ade2f2be6c0 100644 (file)
@@ -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"))))