Variable: fast-lock-save-others
fast-lock-save-others is a customizable variable defined in
fast-lock.el.gz.
Value
t
Documentation
If non-nil, save Font Lock cache files irrespective of file owner.
If nil, means only buffer files known to be owned by you can have associated Font Lock cache files saved. Ownership may be unknown for networked files.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/fast-lock.el.gz
(defcustom fast-lock-save-others t
"If non-nil, save Font Lock cache files irrespective of file owner.
If nil, means only buffer files known to be owned by you can have associated
Font Lock cache files saved. Ownership may be unknown for networked files."
:type 'boolean)