Variable: hi-lock-archaic-interface-message-used
hi-lock-archaic-interface-message-used is a variable defined in
hi-lock.el.gz.
Value
nil
Documentation
Non-nil if user alerted that global-hi-lock-mode(var)/global-hi-lock-mode(fun) is now the global switch.
Earlier versions of hi-lock used hi-lock-mode(var)/hi-lock-mode(fun) as the global switch;
the message is issued if it appears that hi-lock-mode(var)/hi-lock-mode(fun) is used assuming
that older functionality. This variable avoids multiple reminders.
Source Code
;; Defined in /usr/src/emacs/lisp/hi-lock.el.gz
(defvar hi-lock-archaic-interface-message-used nil
"Non-nil if user alerted that `global-hi-lock-mode' is now the global switch.
Earlier versions of hi-lock used `hi-lock-mode' as the global switch;
the message is issued if it appears that `hi-lock-mode' is used assuming
that older functionality. This variable avoids multiple reminders.")