]> git.eshelyaron.com Git - emacs.git/commit
Make quoting of shell arguments in grep.el more robust
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Mar 2022 18:54:53 +0000 (19:54 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Mar 2022 18:54:53 +0000 (19:54 +0100)
commitef0a0d30c5daf4c2d65d5e07212dcbb8489466ee
treee7ce4c88917b6e6397941365b48301fc9a373884
parentb8e8c83360b5e93af60ee8379921837e06d3325e
Make quoting of shell arguments in grep.el more robust

* lisp/progmodes/grep.el (grep-apply-setting)
(grep-compute-defaults): Adapt docstring.
(grep-quoting-style): New variable.
(grep-compute-defaults, grep-default-command)
(grep-expand-keywords, lgrep, rgrep-default-command): Use it.
lisp/progmodes/grep.el