aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2018-02-21 22:30:29 +0200
committerJuri Linkov2018-02-21 22:30:29 +0200
commitf9640f982705ee6ddb0c8ab16c28f242b87f0d3d (patch)
treed961fd7f24aa556d4d3454f5cd388890df87fa79
parent3a26c8a0cdeacdc2903500b2c46d826e6a8158ef (diff)
downloademacs-f9640f982705ee6ddb0c8ab16c28f242b87f0d3d.tar.gz
emacs-f9640f982705ee6ddb0c8ab16c28f242b87f0d3d.zip
* lisp/progmodes/grep.el (grep-compute-defaults):
Add grep-use-null-filename-separator to grep-host-defaults-alist. (Bug#30559)
-rw-r--r--lisp/progmodes/grep.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 14e251e0667..755c9c73d37 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -734,6 +734,8 @@ This function is called from `compilation-filter-hook'."
734 (grep-use-null-device ,grep-use-null-device) 734 (grep-use-null-device ,grep-use-null-device)
735 (grep-find-command ,grep-find-command) 735 (grep-find-command ,grep-find-command)
736 (grep-find-template ,grep-find-template) 736 (grep-find-template ,grep-find-template)
737 (grep-use-null-filename-separator
738 ,grep-use-null-filename-separator)
737 (grep-find-use-xargs ,grep-find-use-xargs) 739 (grep-find-use-xargs ,grep-find-use-xargs)
738 (grep-highlight-matches ,grep-highlight-matches)))))) 740 (grep-highlight-matches ,grep-highlight-matches))))))
739 741