# HG changeset patch # User Richard M. Stallman # Date 885241456 0 # Node ID 658d727a3ebeee0d16316729fdfd97c4b09f217c # Parent 4a46ac370fc84861bf7b2f459b425bde3bd92e03 (etags): Fix defgroup syntax. diff -r 4a46ac370fc8 -r 658d727a3ebe lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Mon Jan 19 20:22:12 1998 +0000 +++ b/lisp/progmodes/etags.el Mon Jan 19 20:24:16 1998 +0000 @@ -34,8 +34,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 nil - "Tags tables" +(defgroup etags "Tags tables" :group 'tools) ;;;###autoload