emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f8ff5689a2 2/2: ; Improve readablity in grep.el


From: Michael Albinus
Subject: master f8ff5689a2 2/2: ; Improve readablity in grep.el
Date: Sat, 26 Mar 2022 05:40:29 -0400 (EDT)

branch: master
commit f8ff5689a2003d51e7ebc8229fceb6703e293961
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Improve readablity in grep.el
    
    * lisp/progmodes/grep.el (grep-compute-defaults): Set a more
    readable value for `grep-quoting-style'.
---
 lisp/progmodes/grep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 388ff1a43d..17905dec2e 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]