summaryrefslogtreecommitdiff
path: root/lisp/play/cookie1.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-01 16:35:48 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-02 09:57:07 +0100
commitcfe8d9e0f74a1256cb75bd467b866f03ac513634 (patch)
tree6b5c8eff395c45a170a8b416fad222565159b3aa /lisp/play/cookie1.el
parent78744f5168f7dd19f742684afd9c588a4a1e688d (diff)
downloademacs-cfe8d9e0f74a1256cb75bd467b866f03ac513634.tar.gz
Remove redundant :group args in play/*.el
* lisp/play/bubbles.el: * lisp/play/cookie1.el: * lisp/play/decipher.el: * lisp/play/dunnet.el: * lisp/play/gametree.el: * lisp/play/gomoku.el: * lisp/play/hanoi.el: Remove redundant :group args.
Diffstat (limited to 'lisp/play/cookie1.el')
-rw-r--r--lisp/play/cookie1.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el
index 9cecb706f98..5255d81e5b1 100644
--- a/lisp/play/cookie1.el
+++ b/lisp/play/cookie1.el
@@ -60,7 +60,6 @@
(defcustom cookie-file nil
"Default phrase file for cookie functions."
:type '(choice (const nil) file)
- :group 'cookie
:version "24.4")
(defconst cookie-delimiter "\n%%\n\\|\n%\n\\|\0"