(debug-early-backtrace): Tweak the non-evald output
* lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Make the non-evald output more like what is used in `debug.el`.
This commit is contained in:
parent
e95ca5cf07
commit
bff8354ec4
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
;; 29, before which there was no backtrace available during early
|
||||
;; bootstrap.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defalias 'debug-early-backtrace
|
||||
#'(lambda ()
|
||||
"Print a trace of Lisp function calls currently active.
|
||||
|
|
Loading…
Add table
Reference in a new issue