summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-03-28 22:41:49 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-03-28 22:41:49 +0000
commit4c810e65beb6bdf51cae1a2bdbb9bdfcd45b32e2 (patch)
tree86b10b460e2539f7e246534100191dae1fd193e8
parentce1b9fa2725e0aa332c6b50f92ac1bde7e7223b7 (diff)
*** no comment ***
-rw-r--r--chess-ascii.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-ascii.el b/chess-ascii.el
index 48a9c7e..63a3d0e 100644
--- a/chess-ascii.el
+++ b/chess-ascii.el
@@ -80,6 +80,10 @@ PERSPECTIVE is t for white or nil for black."
;; Plain display
+(defgroup chess-plain nil
+ "A minimal, customizable ASCII display."
+ :group 'chess-ascii)
+
(defcustom chess-plain-draw-border nil
"*Non-nil if a border should be drawn (using `chess-plain-border-chars')."
:group 'chess-plain