]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Mar 2023 17:31:09 +0000 (12:31 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Mar 2023 17:31:09 +0000 (12:31 -0500)
commit1f1d36fa8080479083af8c69e8ea3756d51910fb
tree888d50f28fd910cd676e0d0f6f8a5f1f221cd5d3
parent99df815c153265706edc839b7467fb3ae3b6e1b1
* lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847

The `noerror` arg of `require` doesn't do what Stefan naively thought
when he wrote this code, so use `condition-case` instead.
Also check for `cl-defmethod` since `cl-prin1` can't be loaded before
that anyway.
lisp/emacs-lisp/debug-early.el