Variable: backtrace-insert-header-function

backtrace-insert-header-function is a buffer-local variable defined in backtrace.el.gz.

Documentation

Function for inserting a header for the current Backtrace buffer.

If nil, no header will be created. Note that Backtrace buffers are fontified as in Emacs Lisp Mode, the header text included.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/backtrace.el.gz
(defvar-local backtrace-insert-header-function nil
  "Function for inserting a header for the current Backtrace buffer.
If nil, no header will be created.  Note that Backtrace buffers
are fontified as in Emacs Lisp Mode, the header text included.")