emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ddc875d: emacs-lisp-mode: Use error face for "/d" indicator


From: Stefan Kangas
Subject: master ddc875d: emacs-lisp-mode: Use error face for "/d" indicator
Date: Fri, 3 Dec 2021 10:57:28 -0500 (EST)

branch: master
commit ddc875d9f75bdd1d5dda6a721489f43317b0f8b5
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    emacs-lisp-mode: Use error face for "/d" indicator
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 7da93a3..167f8a1 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]