emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f9640f9: * lisp/progmodes/grep.el (grep-compute-d


From: Juri Linkov
Subject: [Emacs-diffs] emacs-26 f9640f9: * lisp/progmodes/grep.el (grep-compute-defaults):
Date: Wed, 21 Feb 2018 15:30:39 -0500 (EST)

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

    * lisp/progmodes/grep.el (grep-compute-defaults):
    
    Add grep-use-null-filename-separator to grep-host-defaults-alist.
    (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 14e251e..755c9c7 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -734,6 +734,8 @@ This function is called from `compilation-filter-hook'."
             (grep-use-null-device ,grep-use-null-device)
             (grep-find-command ,grep-find-command)
             (grep-find-template ,grep-find-template)
+            (grep-use-null-filename-separator
+             ,grep-use-null-filename-separator)
             (grep-find-use-xargs ,grep-find-use-xargs)
             (grep-highlight-matches ,grep-highlight-matches))))))
 



reply via email to

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