Variable: backtrace-fontify
backtrace-fontify is a customizable variable defined in
backtrace.el.gz.
Value
t
Documentation
If non-nil, fontify Backtrace buffers.
Set to nil to disable fontification, which may be necessary in order to debug the code that does fontification.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/backtrace.el.gz
(defcustom backtrace-fontify t
"If non-nil, fontify Backtrace buffers.
Set to nil to disable fontification, which may be necessary in
order to debug the code that does fontification."
:type 'boolean
:group 'backtrace
:version "27.1")