]> git.eshelyaron.com Git - emacs.git/commitdiff
emacs-lisp-mode: Use error face for "/d" indicator
authorStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 15:55:27 +0000 (16:55 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 15:55:27 +0000 (16:55 +0100)
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Use 'error' face for
the dynamic scoping ("/d") indicator in the mode line to make it stand
out more.

lisp/progmodes/elisp-mode.el

index 7da93a351a2921428db200f117902b0a2c2a3fce..167f8a1b18bbe0952b9518b8eefac621ba5d6cb5 100644 (file)
@@ -283,7 +283,7 @@ Comments in the form will be lost."
                      (:propertize "/d"
                       help-echo "Using old dynamic scoping mode\n\
 mouse-1: Enable lexical-binding mode"
-                     face warning
+                      face error
                      mouse-face mode-line-highlight
                       local-map ,elisp--dynlex-modeline-map)))
   "Major mode for editing Lisp code to run in Emacs.