# HG changeset patch # User John Paul Wallington # Date 1057854654 0 # Node ID fe00d361a9053ecd099c5ec71fed12e7f85aff41 # Parent 91e4e5fd11de0d31f4ccada139f243d1dfcb3e26 (visit-tags-table-buffer): Add autoload cookie; this function can be called from `add-completions-from-tags-table'. diff -r 91e4e5fd11de -r fe00d361a905 lisp/progmodes/etags.el --- 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.