(etags): Fix defgroup syntax. Why should it

be done again and again?
This commit is contained in:
Kenichi Handa 1998-02-04 11:24:28 +00:00
parent cb97b980dd
commit a0eb76e1b1

View file

@ -35,7 +35,7 @@ Use the `etags' program to make a tags table file.")
;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
(defgroup etags "Tags tables"
(defgroup etags nil "Tags tables"
:group 'tools)
;;;###autoload