(warn "%s"
"Possible archaic use of (hi-lock-mode).
Use (global-hi-lock-mode 1) in .emacs to enable hi-lock for all buffers,
-use (hi-lock-mode 1) for individual buffers. For compatibility with Emacs
-versions before 22 use the following in your init file:
-
- (if (functionp 'global-hi-lock-mode)
- (global-hi-lock-mode 1)
- (hi-lock-mode 1))
-")))
+use (hi-lock-mode 1) for individual buffers.")))
(if hi-lock-mode
;; Turned on.
(progn