1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

* textmodes/reftex.el (reftex-compile-variables): Add autoload

cookie.
This commit is contained in:
Tassilo Horn 2013-04-23 17:23:59 +02:00
parent 0aecf71872
commit 92c519507b
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2013-04-23 Tassilo Horn <tsdh@gnu.org>
* 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.

View File

@ -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.