]> git.eshelyaron.com Git - emacs.git/commit
Change 'M-:' to not error out on incomplete expressions
authorCharles A. Roelli <charles@aurox.ch>
Mon, 10 Aug 2020 13:16:11 +0000 (15:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Aug 2020 13:18:19 +0000 (15:18 +0200)
commit4a6dd13fa42c87175ac72e1980f31cac56582db3
tree074739d26dc3421cbf2c1f2cbcc2b8a42711341e
parent70825a4d313fddd6f80a1840d775384e848daf9f
Change 'M-:' to not error out on incomplete expressions

* lisp/simple.el (read--expression-try-read): New function to read
a Lisp expression from the minibuffer (bug#30697).  This will not
(as before) signal an error on incomplete expressions, but allow
users to continue editing it.
(read--expression): Use it (and add a doc string).
etc/NEWS
lisp/simple.el