summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-crafty.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-crafty.el b/chess-crafty.el
index 936627b..a3e6c4a 100644
--- a/chess-crafty.el
+++ b/chess-crafty.el
@@ -4,6 +4,7 @@
;;
(require 'chess-common)
+(require 'chess-var)
(defgroup chess-crafty nil
"The publically available chess engine 'crafty'."
@@ -11,7 +12,7 @@
(defcustom chess-crafty-path (or (executable-find "crafty")
(executable-find "wcrafty"))
- "The path to the crafty executable."
+ "*The path to the crafty executable."
:type 'file
:group 'chess-crafty)