From: Juri Linkov Date: Wed, 21 Feb 2018 20:30:29 +0000 (+0200) Subject: * lisp/progmodes/grep.el (grep-compute-defaults): X-Git-Tag: emacs-26.1-rc1~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9640f9;p=emacs.git * lisp/progmodes/grep.el (grep-compute-defaults): Add grep-use-null-filename-separator to grep-host-defaults-alist. (Bug#30559) --- 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))))))