1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Improve readablity in grep.el

* lisp/progmodes/grep.el (grep-compute-defaults): Set a more
readable value for `grep-quoting-style'.
This commit is contained in:
Michael Albinus 2022-03-26 10:40:16 +01:00
parent 6aafb92167
commit f8ff5689a2

View file

@ -797,7 +797,7 @@ The value depends on `grep-command', `grep-template',
(format "%s -H <D> <X> -type f <F> -print | \"%s\" %s"
find-program xargs-program gcmd))))))
(setq grep-quoting-style remote)))
(setq grep-quoting-style (and remote 'posix))))
;; Save defaults for this host.
(setq grep-host-defaults-alist