]> git.eshelyaron.com Git - emacs.git/commit
Mention that shell quoting of % on w32 may fail (Bug#19350)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 6 Feb 2018 18:17:07 +0000 (13:17 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 9 Feb 2018 00:10:11 +0000 (19:10 -0500)
commit2dd273b9853189f2105426cffa723ced7f329fb4
treeeff0676ce2be65d138af426c5341336b1f00023f
parent19fa6d561abd91e9ad71a6799c5ed4f582c9f351
Mention that shell quoting of % on w32 may fail (Bug#19350)

* doc/lispref/os.texi (Security Considerations): Mention that quoting
of '%' assumes no '^' in variable names.
* test/lisp/subr-tests.el (shell-quote-argument-%-on-w32): New test,
demonstrating what doesn't work.
doc/lispref/os.texi
test/lisp/subr-tests.el