From: Kenichi Handa Date: Wed, 4 Feb 1998 11:24:28 +0000 (+0000) Subject: (etags): Fix defgroup syntax. Why should it X-Git-Tag: emacs-20.3~2238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0eb76e1b1902f13ff4f759e173bc9e53db3bf15;p=emacs.git (etags): Fix defgroup syntax. Why should it be done again and again? --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index e6f081d1df6..237521ad4a0 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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