From: Stefan Kangas Date: Fri, 3 Dec 2021 15:55:27 +0000 (+0100) Subject: emacs-lisp-mode: Use error face for "/d" indicator X-Git-Tag: emacs-29.0.90~3619^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddc875d9f75bdd1d5dda6a721489f43317b0f8b5;p=emacs.git 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. --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 7da93a351a2..167f8a1b18b 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.