diff options
| author | Tassilo Horn | 2013-04-23 17:23:59 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2013-04-23 17:23:59 +0200 |
| commit | 92c519507b81076beac37d01dd96c2c511dff810 (patch) | |
| tree | f7038a20d534ca3d7c27a373646860ff199620bd /lisp/textmodes | |
| parent | 0aecf7187210975ca211b814752eab72d1ea1f6f (diff) | |
| download | emacs-92c519507b81076beac37d01dd96c2c511dff810.tar.gz emacs-92c519507b81076beac37d01dd96c2c511dff810.zip | |
* textmodes/reftex.el (reftex-compile-variables): Add autoload
cookie.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 811 | (reftex-kill-buffer (reftex-make-index-buffer-name tag))) | 811 | (reftex-kill-buffer (reftex-make-index-buffer-name tag))) |
| 812 | (cdr (assoc 'index-tags (symbol-value reftex-docstruct-symbol))))) | 812 | (cdr (assoc 'index-tags (symbol-value reftex-docstruct-symbol))))) |
| 813 | 813 | ||
| 814 | ;;;###autoload | ||
| 814 | (defun reftex-compile-variables () | 815 | (defun reftex-compile-variables () |
| 815 | ;; Compile the information in reftex-label-alist & Co. | 816 | ;; Compile the information in reftex-label-alist & Co. |
| 816 | 817 | ||