From: Richard M. Stallman Date: Wed, 9 Jul 2003 16:19:49 +0000 (+0000) Subject: (reftex-all-document-files): Delete autoload. X-Git-Tag: ttn-vms-21-2-B4~9401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c9deec1b0603dd9d9febc900e614e6d4d565855;p=emacs.git (reftex-all-document-files): Delete autoload. (reftex-scanning-info-available-p): Add autoload cookie. --- diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 72d670e6655..e0ac95ecfab 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -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")