diff options
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. |