From f9640f982705ee6ddb0c8ab16c28f242b87f0d3d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 21 Feb 2018 22:30:29 +0200 Subject: [PATCH] * 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 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'." (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)))))) -- 2.39.2