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/ChangeLog | |
| parent | 0aecf7187210975ca211b814752eab72d1ea1f6f (diff) | |
| download | emacs-92c519507b81076beac37d01dd96c2c511dff810.tar.gz emacs-92c519507b81076beac37d01dd96c2c511dff810.zip | |
* textmodes/reftex.el (reftex-compile-variables): Add autoload
cookie.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d299aeead49..59e2a227e42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-04-23 Tassilo Horn <tsdh@gnu.org> | 1 | 2013-04-23 Tassilo Horn <tsdh@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/reftex.el (reftex-compile-variables): Add autoload | ||
| 4 | cookie. | ||
| 5 | |||
| 3 | * textmodes/reftex-vars.el (reftex-label-regexps): Call | 6 | * textmodes/reftex-vars.el (reftex-label-regexps): Call |
| 4 | `reftex-compile-variables' after changes to this variable. | 7 | `reftex-compile-variables' after changes to this variable. |
| 5 | 8 | ||