mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/progmodes/grep.el (zrgrep):
Let-bind grep-use-null-filename-separator to nil (bug#30559).
This commit is contained in:
parent
a0f71260f8
commit
f0e5f220b6
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue