summaryrefslogtreecommitdiff
path: root/chess-plain.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-18 18:30:19 +0000
commit563cf2037068f67f6786172b029363aaa7d52776 (patch)
tree549c69928ccc019093fed062f6999462fbb431db /chess-plain.el
parent2b0db13d4cdc3aaadd7dd458c1097c668577a072 (diff)
Many efficiency improvements and bug fixes.
Diffstat (limited to 'chess-plain.el')
-rw-r--r--chess-plain.el4
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)