aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-09 16:19:49 +0000
committerRichard M. Stallman2003-07-09 16:19:49 +0000
commit2c9deec1b0603dd9d9febc900e614e6d4d565855 (patch)
treefbdd9ac33a8206cdad1c32373ba3abb22040e3ad
parentb221615bc47647612a1a0999b5c9b7cfc699fce6 (diff)
downloademacs-2c9deec1b0603dd9d9febc900e614e6d4d565855.tar.gz
emacs-2c9deec1b0603dd9d9febc900e614e6d4d565855.zip
(reftex-all-document-files): Delete autoload.
(reftex-scanning-info-available-p): Add autoload cookie.
-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 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."
1241 ;; Scan whatever was required by the caller. 1241 ;; Scan whatever was required by the caller.
1242 (reftex-do-parse rescan file)))) 1242 (reftex-do-parse rescan file))))
1243 1243
1244;;;###autoload
1244(defun reftex-scanning-info-available-p () 1245(defun reftex-scanning-info-available-p ()
1245 "Is the scanning info about the current document available?" 1246 "Is the scanning info about the current document available?"
1246 (unless reftex-docstruct-symbol 1247 (unless reftex-docstruct-symbol
@@ -1617,7 +1618,6 @@ When DIE is non-nil, throw an error if file not found."
1617(autoload 'reftex-notice-new "reftex-parse") 1618(autoload 'reftex-notice-new "reftex-parse")
1618(autoload 'reftex-nth-arg "reftex-parse") 1619(autoload 'reftex-nth-arg "reftex-parse")
1619(autoload 'reftex-locate-bibliography-files "reftex-parse") 1620(autoload 'reftex-locate-bibliography-files "reftex-parse")
1620(autoload 'reftex-all-document-files "reftex-parse")
1621(autoload 'reftex-ensure-index-support "reftex-parse") 1621(autoload 'reftex-ensure-index-support "reftex-parse")
1622(autoload 'reftex-everything-regexp "reftex-parse") 1622(autoload 'reftex-everything-regexp "reftex-parse")
1623 1623