]> git.eshelyaron.com Git - emacs.git/commit
Fix input of sharp-quoted symbols in Eshell with em-extpipe
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 26 Jan 2022 13:13:00 +0000 (14:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 26 Jan 2022 13:16:40 +0000 (14:16 +0100)
commitafd1fdf6bb85600e6d7fafcdbff367c0f964a576
tree2a00071aeea36c0c95e996d70e4a9b168cbf1a67
parentfc8875be071a2a7f32ce6ffc9d3d3511cab5f73b
Fix input of sharp-quoted symbols in Eshell with em-extpipe

* lisp/eshell/em-extpipe.el (eshell-parse-external-pipeline): Fix
misinterpreting sharp-quoted symbols as the beginning of single-quoted
strings (Bug#53518).  Add protection against a possible infinite loop.
* test/lisp/eshell/em-extpipe-tests.el (em-extpipe-test-17): New
test (bug#53518).
lisp/eshell/em-extpipe.el
test/lisp/eshell/em-extpipe-tests.el