From: John Paul Wallington Date: Thu, 10 Jul 2003 16:31:43 +0000 (+0000) Subject: (visit-tags-table-buffer): Add autoload cookie; X-Git-Tag: ttn-vms-21-2-B4~9390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97534f3298f5bf3a1ccee8888ad8f4984442a585;p=emacs.git (visit-tags-table-buffer): Add autoload cookie; this function can be called from `add-completions-from-tags-table'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c360d295f6..ddb375d01cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-07-10 John Paul Wallington + + * 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 * calendar/timeclock.el (timeclock-use-display-time) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 87e4624eb5f..8860cc3ceb0 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -518,6 +518,7 @@ Returns non-nil iff it is a valid table." ;; 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.