From: Juri Linkov Date: Sat, 3 Mar 2018 21:33:15 +0000 (+0200) Subject: * lisp/progmodes/grep.el (zrgrep): X-Git-Tag: emacs-26.1-rc1~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e5f220b69880f1f5c29b2e5515b2aa8a950f14;p=emacs.git * lisp/progmodes/grep.el (zrgrep): Let-bind grep-use-null-filename-separator to nil (bug#30559). --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 755c9c73d37..da09c900e58 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"))))