Variable: hi-lock-archaic-interface-deduce
hi-lock-archaic-interface-deduce is a variable defined in
hi-lock.el.gz.
Value
nil
Documentation
If non-nil, sometimes assume that hi-lock-mode(var)/hi-lock-mode(fun) means global-hi-lock-mode(var)/global-hi-lock-mode(fun).
Assumption is made if hi-lock-mode(var)/hi-lock-mode(fun) used in the *scratch* buffer while
a library is being loaded.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/hi-lock.el.gz
(defvar hi-lock-archaic-interface-deduce nil
"If non-nil, sometimes assume that `hi-lock-mode' means `global-hi-lock-mode'.
Assumption is made if `hi-lock-mode' used in the *scratch* buffer while
a library is being loaded.")