# HG changeset patch # User Kenichi Handa # Date 886591468 0 # Node ID 18b33fb503f3617bfa80be409bfdbc93a61ed298 # Parent f9fafa0336aff805730c48d247c5a2ad3ba75498 (etags): Fix defgroup syntax. Why should it be done again and again? diff -r f9fafa0336af -r 18b33fb503f3 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Wed Feb 04 11:23:28 1998 +0000 +++ b/lisp/progmodes/etags.el Wed Feb 04 11:24:28 1998 +0000 @@ -35,7 +35,7 @@ ;; 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