diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-15 21:51:12 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-17 20:42:14 +0000 |
commit | a2e6ed34b60c10cd63070b417c1bbd9fce82df63 (patch) | |
tree | 63a8898ce6b5670f04c1f913bca53880bfe14179 /lisp/textmodes/reftex-global.el | |
parent | 23b5c22703eeee7b4fe6608ce12ffe3b87794933 (diff) | |
download | emacs-a2e6ed34b60c10cd63070b417c1bbd9fce82df63.tar.gz emacs-a2e6ed34b60c10cd63070b417c1bbd9fce82df63.tar.bz2 emacs-a2e6ed34b60c10cd63070b417c1bbd9fce82df63.zip |
reftex generate autoloads to non versioned file.
* lisp/Makefile.in: Add reftex-loaddefs to autogen files
* lisp/textmodes/reftex.el: Remove autoloads.
* lisp/textmodes/reftex-auc.el,lisp/textmodes/reftex-cite.el,
lisp/textmodes/reftex-dcr.el,lisp/textmodes/reftex-global.el,
lisp/textmodes/reftex-index.el,lisp/textmodes/reftex-parse.el,
lisp/textmodes/reftex-ref.el,lisp/textmodes/reftex-sel.el,
lisp/textmodes/reftex-toc.el: Update autoload file-local.
* test/lisp/textmodes/reftex-tests.el: Add test of an autoloaded
function.
Diffstat (limited to 'lisp/textmodes/reftex-global.el')
-rw-r--r-- | lisp/textmodes/reftex-global.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 15d42fe7b02..94635c0c122 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -477,5 +477,5 @@ With no argument, this command toggles ;;; reftex-global.el ends here ;; Local Variables: -;; generated-autoload-file: "reftex.el" +;; generated-autoload-file: "reftex-loaddefs.el" ;; End: |