diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-02-06 13:06:22 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-02-06 13:06:22 -0500 |
commit | bff8354ec4d63a5073c12fc531f8584ed06f0ebc (patch) | |
tree | a578ddfe09e829d6a2aa14eb4b9fc1596fa10cba /lisp/emacs-lisp/debug-early.el | |
parent | e95ca5cf071ba66300994f031408539218664a58 (diff) | |
download | emacs-bff8354ec4d63a5073c12fc531f8584ed06f0ebc.tar.gz emacs-bff8354ec4d63a5073c12fc531f8584ed06f0ebc.tar.bz2 emacs-bff8354ec4d63a5073c12fc531f8584ed06f0ebc.zip |
(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`.
Diffstat (limited to 'lisp/emacs-lisp/debug-early.el')
-rw-r--r-- | lisp/emacs-lisp/debug-early.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/debug-early.el b/lisp/emacs-lisp/debug-early.el index a81b29d105c..e233e09e29e 100644 --- a/lisp/emacs-lisp/debug-early.el +++ b/lisp/emacs-lisp/debug-early.el @@ -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. |