aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-07-09 16:19:49 +0000
committerRichard M. Stallman <[email protected]>2003-07-09 16:19:49 +0000
commit2c9deec1b0603dd9d9febc900e614e6d4d565855 (patch)
treefbdd9ac33a8206cdad1c32373ba3abb22040e3ad /lisp/textmodes/reftex.el
parentb221615bc47647612a1a0999b5c9b7cfc699fce6 (diff)
(reftex-all-document-files): Delete autoload.
(reftex-scanning-info-available-p): Add autoload cookie.
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r--lisp/textmodes/reftex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 72d670e665..e0ac95ecfa 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")