From: Stefan Monnier Date: Sun, 6 Feb 2022 18:06:22 +0000 (-0500) Subject: (debug-early-backtrace): Tweak the non-evald output X-Git-Tag: emacs-29.0.90~2476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bff8354ec4d63a5073c12fc531f8584ed06f0ebc;p=emacs.git (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`. --- 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.