]> git.eshelyaron.com Git - emacs.git/commit
* lisp/shell.el (shell--unquote&requote-argument): Match data misuse
authorFilipp Gunbin <fgunbin@fastmail.fm>
Wed, 26 Oct 2016 18:31:12 +0000 (14:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Oct 2016 18:31:12 +0000 (14:31 -0400)
commit4e45b55a9566189af6e40449954504ea7c47fa90
tree79a6e472f68ec320cc0128eb15ec42e78eb58cbb
parent5edf76ba15fb012e9cb3112ee4a2c9ef4b02f20e
* lisp/shell.el (shell--unquote&requote-argument): Match data misuse

* lisp/shell.el (shell--unquote&requote-argument): Fix
off-by-one thinko.  Don't use match data after a failed string-match.
lisp/shell.el
test/lisp/shell-tests.el [new file with mode: 0644]