diff options
| author | Artur Malabarba | 2015-02-02 11:55:24 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-02-02 11:56:35 +0000 |
| commit | fe188b2e4fd66dfba7f56bbe7c2fb32faef6f5f8 (patch) | |
| tree | 6fe0a3bb85674ad76b7b0a2c3ebc955996bfef5f /lisp/ChangeLog | |
| parent | 6f8372ded12d52b389527d33232eba7951096d18 (diff) | |
| download | emacs-fe188b2e4fd66dfba7f56bbe7c2fb32faef6f5f8.tar.gz emacs-fe188b2e4fd66dfba7f56bbe7c2fb32faef6f5f8.zip | |
emacs-lisp/package.el (package-initialize): Populate `package-selected-packages'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe0a3dba1a0..dd8605a0f20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-02 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package--find-non-dependencies): New | ||
| 4 | function. | ||
| 5 | (package-initialize): Use it to populate `package-selected-packages'. | ||
| 6 | |||
| 1 | 2015-02-02 Michael Albinus <michael.albinus@gmx.de> | 7 | 2015-02-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp-sh.el (tramp-histfile-override): Add another choice 'unset. | 9 | * net/tramp-sh.el (tramp-histfile-override): Add another choice 'unset. |