aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-01-19 20:24:16 +0000
committerRichard M. Stallman1998-01-19 20:24:16 +0000
commit83a139e3e7c6b0340bd2f6680a5d93df21742fb2 (patch)
tree2e0ab44afd8d784c87765b70662e93abc3faa243
parent3210e730cf1b66d367083f78dfd8d069672ce546 (diff)
downloademacs-83a139e3e7c6b0340bd2f6680a5d93df21742fb2.tar.gz
emacs-83a139e3e7c6b0340bd2f6680a5d93df21742fb2.zip
(etags): Fix defgroup syntax.
-rw-r--r--lisp/progmodes/etags.el3
1 files changed, 1 insertions, 2 deletions
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.")
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 nil 37(defgroup etags "Tags tables"
38 "Tags tables"
39 :group 'tools) 38 :group 'tools)
40 39
41;;;###autoload 40;;;###autoload