]> git.eshelyaron.com Git - emacs.git/commitdiff
(etags): Fix defgroup syntax.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Jan 1998 20:24:16 +0000 (20:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Jan 1998 20:24:16 +0000 (20:24 +0000)
lisp/progmodes/etags.el

index d3f87b495c8aec2ab8fd425e70495a8c03211116..3b5a9d6d7b627d1b1c066d7ce3c41345e05ccb32 100644 (file)
@@ -34,8 +34,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 nil
-  "Tags tables"
+(defgroup etags "Tags tables"
   :group 'tools)
 
 ;;;###autoload