aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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