changeset 51850:7f4d56964e57

(reftex-all-document-files): Delete autoload. (reftex-scanning-info-available-p): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Jul 2003 16:19:49 +0000
parents 48ac694d29fa
children fd24ea145779
files lisp/textmodes/reftex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/reftex.el	Wed Jul 09 16:18:21 2003 +0000
+++ b/lisp/textmodes/reftex.el	Wed Jul 09 16:19:49 2003 +0000
@@ -1241,6 +1241,7 @@
     ;; Scan whatever was required by the caller.
     (reftex-do-parse rescan file))))
 
+;;;###autoload
 (defun reftex-scanning-info-available-p ()
   "Is the scanning info about the current document available?"
   (unless reftex-docstruct-symbol
@@ -1617,7 +1618,6 @@
 (autoload 'reftex-notice-new "reftex-parse")
 (autoload 'reftex-nth-arg "reftex-parse")
 (autoload 'reftex-locate-bibliography-files "reftex-parse")
-(autoload 'reftex-all-document-files "reftex-parse")
 (autoload 'reftex-ensure-index-support "reftex-parse")
 (autoload 'reftex-everything-regexp "reftex-parse")