From: Richard M. Stallman Date: Mon, 19 Jan 1998 20:24:16 +0000 (+0000) Subject: (etags): Fix defgroup syntax. X-Git-Tag: emacs-20.3~2392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83a139e3e7c6b0340bd2f6680a5d93df21742fb2;p=emacs.git (etags): Fix defgroup syntax. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index d3f87b495c8..3b5a9d6d7b6 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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