From 92c519507b81076beac37d01dd96c2c511dff810 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Tue, 23 Apr 2013 17:23:59 +0200 Subject: [PATCH] * textmodes/reftex.el (reftex-compile-variables): Add autoload cookie. --- lisp/ChangeLog | 3 +++ lisp/textmodes/reftex.el | 1 + 2 files changed, 4 insertions(+) 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. -- 2.39.2