this function can be called from `add-completions-from-tags-table'.
+2003-07-10 John Paul Wallington <jpw@gnu.org>
+
+ * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
+ this function can be called from `add-completions-from-tags-table'.
+
2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
* calendar/timeclock.el (timeclock-use-display-time)
;; Set tags-file-name to the name from the list. It is already expanded.
(setq tags-file-name (car tags-table-list-pointer))))
+;;;###autoload
(defun visit-tags-table-buffer (&optional cont)
"Select the buffer containing the current tags table.
If optional arg is a string, visit that file as a tags table.