diff options
| author | Artur Malabarba | 2015-04-04 20:44:59 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-04 20:44:59 +0100 |
| commit | b32bb3f2f6ae6b76d9cc74dbace2745ee119eddb (patch) | |
| tree | 536cedf9dae202df0432ad92f8715468db64a618 /lisp/ChangeLog | |
| parent | f674de6f08e3789fed88f24ffc45bfffc8d60520 (diff) | |
| download | emacs-b32bb3f2f6ae6b76d9cc74dbace2745ee119eddb.tar.gz emacs-b32bb3f2f6ae6b76d9cc74dbace2745ee119eddb.zip | |
(package--with-work-buffer-async): Protect macro arguments.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b2b3121439..11abda5afe6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * emacs-lisp/package.el (package--download-and-read-archives): Add | 3 | * emacs-lisp/package.el (package--download-and-read-archives): Add |
| 4 | `package-archives' to `package--downloads-in-progress' instead of | 4 | `package-archives' to `package--downloads-in-progress' instead of |
| 5 | overwriting it. | 5 | overwriting it. |
| 6 | (package--with-work-buffer-async): Protect macro arguments. | ||
| 6 | 7 | ||
| 7 | 2015-04-04 Michael Albinus <michael.albinus@gmx.de> | 8 | 2015-04-04 Michael Albinus <michael.albinus@gmx.de> |
| 8 | 9 | ||