diff options
| author | Glenn Morris | 2011-11-17 16:34:16 -0500 |
|---|---|---|
| committer | Glenn Morris | 2011-11-17 16:34:16 -0500 |
| commit | a8e1496d750ab0f571b3412ff61aaa4da640a036 (patch) | |
| tree | 5acc02044a1db11f599449e7d9432bccc1a64969 /lisp/ChangeLog | |
| parent | c5e87d104b7342f35459c7513d6b4cefea1e968e (diff) | |
| download | emacs-a8e1496d750ab0f571b3412ff61aaa4da640a036.tar.gz emacs-a8e1496d750ab0f571b3412ff61aaa4da640a036.zip | |
autoload.el fix for bug#10049
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
Ignore buffer-local generated-autoload-file if it is the same
as the global value.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38efb16bd80..45a115ec566 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | ||
| 4 | Ignore buffer-local generated-autoload-file if it is the same | ||
| 5 | as the global value. (Bug#10049) | ||
| 6 | |||
| 1 | 2011-11-17 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-11-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help) | 9 | * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help) |