# HG changeset patch # User Richard M. Stallman # Date 1057767589 0 # Node ID 7f4d56964e57f945ffc5a3999a26a77f17cb16a2 # Parent 48ac694d29fa7f9a201ad24f89380bbe4b77f464 (reftex-all-document-files): Delete autoload. (reftex-scanning-info-available-p): Add autoload cookie. diff -r 48ac694d29fa -r 7f4d56964e57 lisp/textmodes/reftex.el --- 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")