diff options
| author | Sam Steingold | 2014-12-18 15:24:39 -0500 |
|---|---|---|
| committer | Sam Steingold | 2014-12-18 15:24:39 -0500 |
| commit | f87eff571ab7ca477e4b8ccb68a2eb306426f11e (patch) | |
| tree | 9fdf6a854ebd72e5560cd087da9438a7308003db /lisp/ChangeLog | |
| parent | 0f765f454dd4278a529e247598a3da50f551cf0c (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 6 | 2014-12-18 Martin Rudalics <rudalics@gmx.at> | 8 | 2014-12-18 Martin Rudalics <rudalics@gmx.at> |
| 7 | 9 | ||