Variable: fast-lock-save-faces

fast-lock-save-faces is a variable defined in fast-lock.el.gz.

Value

nil

Documentation

Faces that will be saved in a Font Lock cache file.

If nil, means information for all faces will be saved.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/fast-lock.el.gz
(defvar fast-lock-save-faces
  (when (featurep 'xemacs)
    ;; XEmacs uses extents for everything, so we have to pick the right ones.
    font-lock-face-list)
  "Faces that will be saved in a Font Lock cache file.
If nil, means information for all faces will be saved.")