projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aafb92
)
; Improve readablity in grep.el
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 26 Mar 2022 09:40:16 +0000
(10:40 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 388ff1a43dde17a49fd98d7e9962044976a2744b..17905dec2eb0e15d570990cc9cd8bd2357207a72 100644
(file)
--- 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