]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "emacs-lisp-mode: Use error face for "/d" indicator"
authorEli Zaretskii <eliz@gnu.org>
Fri, 3 Dec 2021 19:55:10 +0000 (21:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 3 Dec 2021 19:55:10 +0000 (21:55 +0200)
This reverts commit ddc875d9f75bdd1d5dda6a721489f43317b0f8b5.

I disagree with the need to make it more prominent than the
warning face.  The warning face is prominent enough.  We
never decided to annoy people like that.

lisp/progmodes/elisp-mode.el

index 167f8a1b18bbe0952b9518b8eefac621ba5d6cb5..7da93a351a2921428db200f117902b0a2c2a3fce 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 error
+                     face warning
                      mouse-face mode-line-highlight
                       local-map ,elisp--dynlex-modeline-map)))
   "Major mode for editing Lisp code to run in Emacs.