diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-01 16:35:48 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-02 09:57:07 +0100 |
commit | cfe8d9e0f74a1256cb75bd467b866f03ac513634 (patch) | |
tree | 6b5c8eff395c45a170a8b416fad222565159b3aa /lisp/play/dunnet.el | |
parent | 78744f5168f7dd19f742684afd9c588a4a1e688d (diff) | |
download | emacs-cfe8d9e0f74a1256cb75bd467b866f03ac513634.tar.gz emacs-cfe8d9e0f74a1256cb75bd467b866f03ac513634.tar.bz2 emacs-cfe8d9e0f74a1256cb75bd467b866f03ac513634.zip |
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/dunnet.el')
-rw-r--r-- | lisp/play/dunnet.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 3916e35f769..c3be029a658 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -42,8 +42,7 @@ (locate-user-emacs-file "games/"))) "Name of file to store score information for dunnet." :version "26.1" - :type 'file - :group 'dunnet) + :type 'file) ;;;; ;;;; This section defines the globals that are used in dunnet. |