summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-02-04 11:24:28 +0000
committerKenichi Handa <handa@m17n.org>1998-02-04 11:24:28 +0000
commit2b2769b93c839a3f45066e47e7bd06cf82fe224a (patch)
treef563b24306ffc6f2f55173f016e85e45d0c45e71 /lisp
parent47cd7d81b1d1eb2a6413a55eba4c8ac239652cc6 (diff)
downloademacs-2b2769b93c839a3f45066e47e7bd06cf82fe224a.tar.gz
(etags): Fix defgroup syntax. Why should it
be done again and again?
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
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