* textmodes/reftex.el (reftex-compile-variables): Add autoload
cookie.
This commit is contained in:
parent
0aecf71872
commit
92c519507b
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue