From 397a6a73d7885c0aa4eb7396eeb6aaaec8b0202b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 3 Dec 2021 21:55:10 +0200 Subject: [PATCH] Revert "emacs-lisp-mode: Use error face for "/d" indicator" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 167f8a1b18b..7da93a351a2 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 error + face warning mouse-face mode-line-highlight local-map ,elisp--dynlex-modeline-map))) "Major mode for editing Lisp code to run in Emacs. -- 2.39.5