Mercurial > emacs
changeset 20836:18b33fb503f3
(etags): Fix defgroup syntax. Why should it
be done again and again?
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 04 Feb 1998 11:24:28 +0000 |
parents | f9fafa0336af |
children | 33f4fac4edd1 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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