From aafc69247cb595b8949020607d1414e25800db49 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 2 Mar 2025 19:21:57 +0100 Subject: [PATCH] ; Fix my last commit (cherry picked from commit b5fe1702405daab4a5332d3584e1bbde5f4e2768) --- lisp/hi-lock.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index eb62ba117cb..35ee01c2f3b 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -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))) -- 2.39.5