comparison lisp/progmodes/etags.el @ 20836:18b33fb503f3

(etags): Fix defgroup syntax. Why should it be done again and again?
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Feb 1998 11:24:28 +0000
parents e244bb966970
children eb3dc7ea93c2
comparison
equal deleted inserted replaced
20835:f9fafa0336af 20836:18b33fb503f3
33 If you set this variable, do not also set `tags-table-list'. 33 If you set this variable, do not also set `tags-table-list'.
34 Use the `etags' program to make a tags table file.") 34 Use the `etags' program to make a tags table file.")
35 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. 35 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
36 ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") 36 ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
37 37
38 (defgroup etags "Tags tables" 38 (defgroup etags nil "Tags tables"
39 :group 'tools) 39 :group 'tools)
40 40
41 ;;;###autoload 41 ;;;###autoload
42 ;; Use `visit-tags-table-buffer' to cycle through tags tables in this list. 42 ;; Use `visit-tags-table-buffer' to cycle through tags tables in this list.
43 (defcustom tags-table-list nil 43 (defcustom tags-table-list nil