From d0ed5e526ec33c396e3b491d1cc93bdb7592652a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 18 Jan 1998 03:33:26 +0000 Subject: [PATCH] (etags): Fix defgroup syntax. --- lisp/progmodes/etags.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 3b5a9d6d7b6..d3f87b495c8 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -34,7 +34,8 @@ 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 -- 2.39.5