bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30559: 26.0.91; grep-use-null-filename-separator customization


From: Juri Linkov
Subject: bug#30559: 26.0.91; grep-use-null-filename-separator customization
Date: Fri, 02 Mar 2018 00:45:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> This is a request to push the patch to the emacs-26 release branch.
>
> OK.

Sorry, I forgot to do the same for zrgrep.  I already noticed earlier
that grep-use-null-filename-separator let-binding is missing here,
but forgot to test this to affirm the necessity to fix zrgrep too.
So this fix is needed for the release branch.

Eli, is it OK to push this patch to emacs-26 as well?

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 755c9c7..9b6ebee 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -1184,6 +1184,7 @@ zrgrep
           ;; by `grep-compute-defaults'.
           (grep-find-template nil)
           (grep-find-command nil)
+          (grep-use-null-filename-separator nil)
           (grep-host-defaults-alist nil)
           ;; Use for `grep-read-files'
           (grep-files-aliases '(("all" . "* .*")





reply via email to

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