]> code.delx.au - gnu-emacs/commitdiff
(reftex-all-document-files): Delete autoload.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 2003 16:19:49 +0000 (16:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 2003 16:19:49 +0000 (16:19 +0000)
(reftex-scanning-info-available-p): Add autoload cookie.

lisp/textmodes/reftex.el

index 72d670e6655b7976203b0b10f3831af0504dea1a..e0ac95ecfab02eaa1e2d067d1e29d3eb1de10cf4 100644 (file)
@@ -1241,6 +1241,7 @@ This enforces rescanning the buffer on next use."
     ;; 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 @@ When DIE is non-nil, throw an error if file not found."
 (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")