diff options
| author | Chong Yidong | 2012-03-12 11:03:16 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-12 11:03:16 +0800 |
| commit | 292112ed3b196b6181010b0965a1df41d0cacf3a (patch) | |
| tree | b0544e40379a6f0e867d4bb85cfd742f183706bc /lisp/ChangeLog | |
| parent | 4098f8f73cf80eee975e9fc5c4b6fd3719e384ff (diff) | |
| download | emacs-292112ed3b196b6181010b0965a1df41d0cacf3a.tar.gz emacs-292112ed3b196b6181010b0965a1df41d0cacf3a.zip | |
Load a package's generated autoloads file before byte compiling it.
* lisp/emacs-lisp/package.el (package-unpack, package-unpack-single):
Load generated autoloads file before byte compiling.
(package--make-autoloads-and-compile): New helper fun.
Fixes: debbugs:10970
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 4a3e895339a..9108455df44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-03-12 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package-unpack, package-unpack-single): | ||
| 4 | Load generated autoloads file before byte compiling (Bug#10970). | ||
| 5 | (package--make-autoloads-and-compile): New helper fun. | ||
| 6 | |||
| 1 | 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com> | 7 | 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com> |
| 2 | 8 | ||
| 3 | * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error. | 9 | * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error. |