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:
parent
6aafb92167
commit
f8ff5689a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue