aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorArtur Malabarba2015-04-04 20:44:59 +0100
committerArtur Malabarba2015-04-04 20:44:59 +0100
commitb32bb3f2f6ae6b76d9cc74dbace2745ee119eddb (patch)
tree536cedf9dae202df0432ad92f8715468db64a618 /lisp/ChangeLog
parentf674de6f08e3789fed88f24ffc45bfffc8d60520 (diff)
downloademacs-b32bb3f2f6ae6b76d9cc74dbace2745ee119eddb.tar.gz
emacs-b32bb3f2f6ae6b76d9cc74dbace2745ee119eddb.zip
(package--with-work-buffer-async): Protect macro arguments.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
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
72015-04-04 Michael Albinus <michael.albinus@gmx.de> 82015-04-04 Michael Albinus <michael.albinus@gmx.de>
8 9