]> git.eshelyaron.com Git - emacs.git/commit
Make << shell heredoc expansion less enthusiastic
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Oct 2019 19:36:32 +0000 (21:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Oct 2019 19:36:38 +0000 (21:36 +0200)
commit8e4a090ff71f64b1d36aebc3f6a8e0145f690bf9
tree3520455c2bed75839318a36135904bab8a147324
parent255c892b486eeb507b4533141fec9218b7a67b2f
Make << shell heredoc expansion less enthusiastic

* lisp/progmodes/sh-script.el (sh--maybe-here-document): Require a
space before expanding a heredoc (bug#3226).  This allows the user
to insert a bash <<< "herestring", which was previously difficult.
lisp/progmodes/sh-script.el