changeset 24227:b7d8faf8cca0

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Jan 1999 07:26:04 +0000
parents 8328255eab2a
children 6ed588e4dd94
files lisp/play/gametree.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/gametree.el	Sat Jan 30 07:24:51 1999 +0000
+++ b/lisp/play/gametree.el	Sat Jan 30 07:26:04 1999 +0000
@@ -141,17 +141,17 @@
 (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 @@
 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)
 
 ;;;; Helper functions