changeset 51862:fe00d361a905

(visit-tags-table-buffer): Add autoload cookie; this function can be called from `add-completions-from-tags-table'.
author John Paul Wallington <jpw@pobox.com>
date Thu, 10 Jul 2003 16:30:54 +0000
parents 91e4e5fd11de
children 92136293d672
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Thu Jul 10 01:02:11 2003 +0000
+++ b/lisp/progmodes/etags.el	Thu Jul 10 16:30:54 2003 +0000
@@ -518,6 +518,7 @@
     ;; 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.