]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2021 05:03:43 +0000 (01:03 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2021 05:03:43 +0000 (01:03 -0400)
commit5c07cd0f156217db268ccb9fa64566fb429c4257
tree9c0d424613ef717f1d8af00fdab9e3c5ba563887
parent568ce6826fa0aaa4d5dc95880cbdc0965dc07521
* lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)

Don't bind `load-read-function` to nil but to its actual default value.
Actually, I'm not sure it's worth the trouble rebinding this var, but
if we do, then we should bind it to a valid value rather than to nil.

* lisp/emacs-lisp/edebug.el (edebug--eval-defun): Re-install our advice
if needed.
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/edebug.el