(etags): Fix defgroup syntax. Why should it
authorKenichi Handa <handa@m17n.org>
Wed, 4 Feb 1998 11:24:28 +0000 (11:24 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 4 Feb 1998 11:24:28 +0000 (11:24 +0000)
be done again and again?

lisp/progmodes/etags.el

index e6f081d..237521a 100644 (file)
@@ -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