diff options
| author | John Wiegley <johnw@newartisans.com> | 2008-09-01 23:20:24 -0400 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2008-09-01 23:20:24 -0400 |
| commit | a8eeb9d063117231db2700a681d25179566b1278 (patch) | |
| tree | 89a7366ce8219446ae48cf4cc5ddd45cae55dc1d /chess.el | |
| parent | 61df68cdb3ee9fed7e06db128b057dc4c9fccd0a (diff) | |
Highlight `chess-error' the same way as `error'.
Diffstat (limited to 'chess.el')
| -rw-r--r-- | chess.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
