summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-01 23:20:24 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-01 23:20:24 -0400
commita8eeb9d063117231db2700a681d25179566b1278 (patch)
tree89a7366ce8219446ae48cf4cc5ddd45cae55dc1d
parent61df68cdb3ee9fed7e06db128b057dc4c9fccd0a (diff)
Highlight `chess-error' the same way as `error'.
-rw-r--r--chess.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess.el b/chess.el
index 6404feb..7900709 100644
--- a/chess.el
+++ b/chess.el
@@ -122,7 +122,7 @@ available."
(and (fboundp 'font-lock-add-keywords)
(font-lock-add-keywords
'emacs-lisp-mode
- '(("(chess-error\\>" . font-lock-keyword-face)
+ '(("(chess-error\\>" . font-lock-warning-face)
("(chess-with-current-buffer\\>" . font-lock-keyword-face))))
(defun chess--create-display (module game my-color disable-popup)