diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-18 18:30:19 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-18 18:30:19 +0000 |
| commit | 563cf2037068f67f6786172b029363aaa7d52776 (patch) | |
| tree | 549c69928ccc019093fed062f6999462fbb431db /chess-plain.el | |
| parent | 2b0db13d4cdc3aaadd7dd458c1097c668577a072 (diff) | |
Many efficiency improvements and bug fixes.
Diffstat (limited to 'chess-plain.el')
| -rw-r--r-- | chess-plain.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chess-plain.el b/chess-plain.el index 6041dba..5f1ab4b 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -131,8 +131,8 @@ modify `chess-plain-piece-chars' to avoid real confusion.)" (t pchar))) (p (char-to-string piece))) (add-text-properties 0 1 (list 'face (if (> piece ?a) - 'chess-ics1-black-face - 'chess-ics1-white-face)) p) + 'chess-plain-black-face + 'chess-plain-white-face)) p) p)))) (defsubst chess-plain-draw-square (pos piece index) |
