]> git.eshelyaron.com Git - emacs.git/commit
Ensure minibuffer input is added to history in read_minibuf
authorFederico Tedin <federicotedin@gmail.com>
Wed, 29 Jan 2020 21:24:40 +0000 (22:24 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 Jan 2020 09:17:41 +0000 (11:17 +0200)
commit2e66013dcf1e139436cc806725e0b04945be55a9
treed973884fe9f6ce4e02ae63f1328d55abe2c20894
parentde411615344d1551d685e45b0739e1f738cf4afd
Ensure minibuffer input is added to history in read_minibuf

* src/minibuf.c (read_minibuf): Parse input string after saving
the string to the history list instead of before, in case parsing
signals an error or is interrupted by C-g.  (Bug#39291)
src/minibuf.c