Variable: backtrace--font-lock-keywords
backtrace--font-lock-keywords is a variable defined in
backtrace.el.gz.
Value
nil
Documentation
Expressions to fontify in Backtrace mode.
Fontify these in addition to the expressions Emacs Lisp mode fontifies.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/backtrace.el.gz
;; Font Locking support
(defconst backtrace--font-lock-keywords
'()
"Expressions to fontify in Backtrace mode.
Fontify these in addition to the expressions Emacs Lisp mode
fontifies.")