From: Tassilo Horn Date: Tue, 23 Apr 2013 15:23:59 +0000 (+0200) Subject: * textmodes/reftex.el (reftex-compile-variables): Add autoload X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92c519507b81076beac37d01dd96c2c511dff810;p=emacs.git * textmodes/reftex.el (reftex-compile-variables): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d299aeead49..59e2a227e42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-04-23 Tassilo Horn + * textmodes/reftex.el (reftex-compile-variables): Add autoload + cookie. + * textmodes/reftex-vars.el (reftex-label-regexps): Call `reftex-compile-variables' after changes to this variable. diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 21083fd188a..8b5dee5a037 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -811,6 +811,7 @@ This enforces rescanning the buffer on next use." (reftex-kill-buffer (reftex-make-index-buffer-name tag))) (cdr (assoc 'index-tags (symbol-value reftex-docstruct-symbol))))) +;;;###autoload (defun reftex-compile-variables () ;; Compile the information in reftex-label-alist & Co.