]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve readablity in grep.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Mar 2022 09:40:16 +0000 (10:40 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Mar 2022 09:40:16 +0000 (10:40 +0100)
* lisp/progmodes/grep.el (grep-compute-defaults): Set a more
readable value for `grep-quoting-style'.

lisp/progmodes/grep.el

index 388ff1a43dde17a49fd98d7e9962044976a2744b..17905dec2eb0e15d570990cc9cd8bd2357207a72 100644 (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