]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Jan 1999 07:26:04 +0000 (07:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Jan 1999 07:26:04 +0000 (07:26 +0000)
lisp/play/gametree.el

index 44c08f1574157c980529a77336db413baf969336..a7d961cb90aa3aa761c8dc1811d91ad676553a21 100644 (file)
@@ -141,17 +141,17 @@ the file is visited (subject to the usual restriction via
 (defcustom gametree-score-opener "{score="
   "*The string which opens a score tag, and precedes the actual score."
   :type 'string
-  :group gametree)
+  :group 'gametree)
 
 (defcustom gametree-score-manual-flag "!"
   "*String marking the line as manually (as opposed to automatically) scored."
   :type 'string
-  :group gametree)
+  :group 'gametree)
 
 (defcustom gametree-score-closer "}"
   "*The string which closes a score tag, and follows the actual score."
   :type 'string
-  :group gametree)
+  :group 'gametree)
 
 (defcustom gametree-score-regexp
   (concat "[^\n\^M]*\\("
@@ -170,12 +170,12 @@ prevents the program from recursively applying the scoring algorithm
 on the subtree headed by the marked line, and makes it use the manual
 score instead."
   :type 'regexp
-  :group gametree)
+  :group 'gametree)
 
 (defcustom gametree-default-score 0
   "*Score to assume for branches lacking score tags."
   :type 'integer
-  :group gametree)
+  :group 'gametree)
 \f
 ;;;; Helper functions