mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Always make buttons from function names in backtraces
* lisp/emacs-lisp/backtrace.el (backtrace-view) (backtrace--print-func-and-args, backtrace-mode): Always make buttons. Remove all uses of ':do-xrefs'. * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Modify backtrace-view instead of setting it. * lisp/emacs-lisp/edebug.el (edebug-backtrace): * lisp/emacs-lisp/ert.el (ert-results-pop-to-backtrace-for-test-at-point): Remove initialization of backtrace-view.
This commit is contained in:
parent
e09120d686
commit
5b50fa5a9d
4 changed files with 10 additions and 11 deletions
|
|
@ -2449,8 +2449,7 @@ To be used in the ERT results buffer."
|
|||
(backtrace-mode))
|
||||
(setq backtrace-insert-header-function
|
||||
(lambda () (ert--insert-backtrace-header (ert-test-name test)))
|
||||
backtrace-frames (ert-test-result-with-condition-backtrace result)
|
||||
backtrace-view '(:do-xrefs t))
|
||||
backtrace-frames (ert-test-result-with-condition-backtrace result))
|
||||
(backtrace-print)
|
||||
(goto-char (point-min)))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue