(defgroup checkdoc nil
"Support for doc-string checking in emacs lisp."
:prefix "checkdoc"
- :group 'lisp)
+ :group 'lisp
+ :version "20.3")
(custom-add-option 'emacs-lisp-mode-hook
(lambda () (checkdoc-minor-mode 1)))
(defgroup gametree nil
"Manage game analysis trees in Emacs."
:prefix "gametree-"
- :group 'games)
+ :group 'games
+ :version "20.3")
(defcustom gametree-half-ply-regexp (regexp-quote ":")
"*Matches ends of numbers of moves by the \"second\" player.
(defgroup vhdl nil
"Customizations for VHDL Mode."
:prefix "vhdl-"
- :group 'languages)
+ :group 'languages
+ :version "20.3")
(defgroup vhdl-mode nil