summaryrefslogtreecommitdiff
path: root/chess-plain.el
diff options
context:
space:
mode:
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)