]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix my last commit
authorStefan Kangas <stefankangas@gmail.com>
Sun, 2 Mar 2025 18:21:57 +0000 (19:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:02:54 +0000 (22:02 +0100)
(cherry picked from commit b5fe1702405daab4a5332d3584e1bbde5f4e2768)

lisp/hi-lock.el

index eb62ba117cb26d801344cf1bf5dbcf1705bc96cf..35ee01c2f3b91d977b95059fe9bd6d23874c3534 100644 (file)
@@ -381,7 +381,6 @@ Hi-lock: end is found.  A mode is excluded if it's in the list
   :group 'hi-lock)
 
 (defun turn-on-hi-lock-if-enabled ()
-  (setq hi-lock-archaic-interface-message-used t)
   (unless (memq major-mode hi-lock-exclude-modes)
     (hi-lock-mode 1)))