aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-01-18 03:33:26 +0000
committerKarl Heuer1998-01-18 03:33:26 +0000
commitd0ed5e526ec33c396e3b491d1cc93bdb7592652a (patch)
tree8a297b897340cded9734023fc1c04e31e7d1adb2
parentfdbd7c4d622a9b16f5411ac52bad2e99cf91394e (diff)
downloademacs-d0ed5e526ec33c396e3b491d1cc93bdb7592652a.tar.gz
emacs-d0ed5e526ec33c396e3b491d1cc93bdb7592652a.zip
(etags): Fix defgroup syntax.
-rw-r--r--lisp/progmodes/etags.el3
1 files changed, 2 insertions, 1 deletions
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.")
34;; Make M-x set-variable tags-file-name like M-x visit-tags-table. 34;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
35;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") 35;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
36 36
37(defgroup etags "Tags tables" 37(defgroup etags nil
38 "Tags tables"
38 :group 'tools) 39 :group 'tools)
39 40
40;;;###autoload 41;;;###autoload