]> git.eshelyaron.com Git - emacs.git/commit
(backtrace-goto-source-functions): Make it a normal abnormal hook
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Feb 2021 15:41:45 +0000 (10:41 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Feb 2021 15:41:45 +0000 (10:41 -0500)
commitf65402f851c91523ca44450c609bee07d37b9036
tree73c64edd53598fecfa4e3f7fc69d58aaf167ac42
parent56c42bd28d9be400e37e122b7abebcd980ea0e8b
(backtrace-goto-source-functions): Make it a normal abnormal hook

* lisp/emacs-lisp/backtrace.el (backtrace-goto-source-functions):
Don't mark it as buffer-local any more.
(backtrace-goto-source): Use `run-hook-with-args-until-success`.

* lisp/emacs-lisp/edebug.el (edebug-pop-to-backtrace): Clarify that the
hook is only intended to be modified buffer-locally.
lisp/emacs-lisp/backtrace.el
lisp/emacs-lisp/edebug.el