]> code.delx.au - gnu-emacs-elpa/commitdiff
Highlight `chess-error' the same way as `error'.
authorJohn Wiegley <johnw@newartisans.com>
Tue, 2 Sep 2008 03:20:24 +0000 (23:20 -0400)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 2 Sep 2008 03:20:24 +0000 (23:20 -0400)
chess.el

index 6404feb910795f273a4318f5d7d338d5e74d46bc..790070941071cb654efdd1c88f7a87229cd0bc5a 100644 (file)
--- 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)