diff options
| author | Kaushal Modi <kaushal.modi@gmail.com> | 2016-02-24 13:30:30 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-24 13:30:30 +1100 |
| commit | b594393d4d1464d977dee7f5c7f92b3827cd3f57 (patch) | |
| tree | 5a39d170ca628a56213d5aa4dbba404dc56bdb24 | |
| parent | ce4bdd77b028bf95dae0730d7a9369d676e5efa0 (diff) | |
| download | emacs-b594393d4d1464d977dee7f5c7f92b3827cd3f57.tar.gz | |
etc/NEWS: Mention the new second parameter to `package-install'
* etc/NEWS: Mention the new second parameter to
`package-install' (bug#22784).
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -551,6 +551,11 @@ dependencies). This variable can also be manually customized. packages from `package-selected-packages' which are currently missing. --- +*** `package-install' function now takes a DONT-SELECT argument. If +this function is called interactively or if DONT-SELECT is nil, add the +package being installed to `package-selected-packages'. + +--- *** New command `package-autoremove' removes all packages which were installed strictly as dependencies but are no longer needed. |
