mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(etags): Fix defgroup syntax. Why should it
be done again and again?
This commit is contained in:
parent
cb97b980dd
commit
a0eb76e1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue