]> git.eshelyaron.com Git - emacs.git/commit
(eval-expression): Fix bug#67196
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Dec 2023 04:47:56 +0000 (23:47 -0500)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Jan 2024 08:18:34 +0000 (09:18 +0100)
commit8d39657903ed4401abb19cddb4121012796f7fa8
treef59dc71d7ed1161ac8c02d993ee497f61291bb44
parent66e8fd5ad8395b2def4a4fab13d4a1a2138f2ace
(eval-expression): Fix bug#67196

* lisp/simple.el (eval-expression--debug): New function.
(eval-expression): Use it together with `handler-bind` instead of
let-binding `debug-on-error`.

(cherry picked from commit 7959a63ce258c90eb3c7947ab3318c5531eb37d9)
lisp/simple.el