Variable: backtrace--font-lock-keywords

backtrace--font-lock-keywords is a variable defined in backtrace.el.gz.

Value

((backtrace--match-ellipsis-in-string
  (1 'button prepend)))

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
  '((backtrace--match-ellipsis-in-string
     (1 'button prepend)))
  "Expressions to fontify in Backtrace mode.
Fontify these in addition to the expressions Emacs Lisp mode
fontifies.")