aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2014-12-18 15:24:39 -0500
committerSam Steingold2014-12-18 15:24:39 -0500
commitf87eff571ab7ca477e4b8ccb68a2eb306426f11e (patch)
tree9fdf6a854ebd72e5560cd087da9438a7308003db /lisp/ChangeLog
parent0f765f454dd4278a529e247598a3da50f551cf0c (diff)
downloademacs-f87eff571ab7ca477e4b8ccb68a2eb306426f11e.tar.gz
emacs-f87eff571ab7ca477e4b8ccb68a2eb306426f11e.zip
Fix the `with-demoted-errors' calls
* lisp/emacs-lisp/package.el (package-activate-1): Fix the `with-demoted-errors' calls: the first argument must be a string literal.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1d866b1d5e..8978bde017d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * emacs-lisp/package.el: Avoid compilation warning by declaring 3 * emacs-lisp/package.el: Avoid compilation warning by declaring
4 the `find-library-name' function. 4 the `find-library-name' function.
5 (package-activate-1): Fix the `with-demoted-errors' calls:
6 the first argument must be a string literal.
5 7
62014-12-18 Martin Rudalics <rudalics@gmx.at> 82014-12-18 Martin Rudalics <rudalics@gmx.at>
7 9