summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2016-02-24 13:30:30 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-24 13:30:30 +1100
commitb594393d4d1464d977dee7f5c7f92b3827cd3f57 (patch)
tree5a39d170ca628a56213d5aa4dbba404dc56bdb24
parentce4bdd77b028bf95dae0730d7a9369d676e5efa0 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 660af784b50..f3bb1a6f211 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.