]> git.eshelyaron.com Git - emacs.git/commit
Fix grep-like functions when running on a remote host
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Mar 2022 09:29:16 +0000 (10:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Mar 2022 09:29:16 +0000 (10:29 +0100)
commit0094dde11d97a0e69b053851a87f2934ef0e00aa
tree4db8bd0b777b68980b89b317f125e006dd88b267
parent7872d496d5dc272dacd2d2a5fd9238e39f2dbea8
Fix grep-like functions when running on a remote host

* doc/lispref/processes.texi (Shell Arguments):
* etc/NEWS: Describe change in 'shell-quote-argument'.  Fix typos.

* lisp/subr.el (shell-quote-argument): New optional argument POSIX.

* lisp/progmodes/grep.el (grep-compute-defaults)
(grep-default-command, grep-expand-keywords, lgrep)
(rgrep-default-command): Use POSIX argument in
`shell-quote-argument'.  (Bug#54487)
doc/lispref/processes.texi
etc/NEWS
lisp/progmodes/grep.el
lisp/subr.el