]> git.eshelyaron.com Git - emacs.git/commitdiff
(visit-tags-table-buffer): Add autoload cookie;
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 10 Jul 2003 16:31:43 +0000 (16:31 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 10 Jul 2003 16:31:43 +0000 (16:31 +0000)
this function can be called from `add-completions-from-tags-table'.

lisp/ChangeLog
lisp/progmodes/etags.el

index 1c360d295f6d3b2c52935bb6e950c70470ce490d..ddb375d01cde56bbd3be516518ce41fbfdc9740e 100644 (file)
@@ -1,3 +1,8 @@
+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)
index 87e4624eb5f5f1ed6602aa69fe5c3ddc3595c479..8860cc3ceb07704e709dc723a28ac67696cd3024 100644 (file)
@@ -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.