aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-12-03 21:55:10 +0200
committerEli Zaretskii2021-12-03 21:55:10 +0200
commit397a6a73d7885c0aa4eb7396eeb6aaaec8b0202b (patch)
tree339322fb12a316b4190ee3925b5b876d4cc53f8b
parentc8b72ad0eaf63cfe73542b6014e76a2111df6820 (diff)
downloademacs-397a6a73d7885c0aa4eb7396eeb6aaaec8b0202b.tar.gz
emacs-397a6a73d7885c0aa4eb7396eeb6aaaec8b0202b.zip
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.
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 1 insertions, 1 deletions
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."
283 (:propertize "/d" 283 (:propertize "/d"
284 help-echo "Using old dynamic scoping mode\n\ 284 help-echo "Using old dynamic scoping mode\n\
285mouse-1: Enable lexical-binding mode" 285mouse-1: Enable lexical-binding mode"
286 face error 286 face warning
287 mouse-face mode-line-highlight 287 mouse-face mode-line-highlight
288 local-map ,elisp--dynlex-modeline-map))) 288 local-map ,elisp--dynlex-modeline-map)))
289 "Major mode for editing Lisp code to run in Emacs. 289 "Major mode for editing Lisp code to run in Emacs.