aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal Modi2016-02-24 13:30:30 +1100
committerLars Ingebrigtsen2016-02-24 13:30:30 +1100
commitb594393d4d1464d977dee7f5c7f92b3827cd3f57 (patch)
tree5a39d170ca628a56213d5aa4dbba404dc56bdb24
parentce4bdd77b028bf95dae0730d7a9369d676e5efa0 (diff)
downloademacs-b594393d4d1464d977dee7f5c7f92b3827cd3f57.tar.gz
emacs-b594393d4d1464d977dee7f5c7f92b3827cd3f57.zip
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.
551packages from `package-selected-packages' which are currently missing. 551packages from `package-selected-packages' which are currently missing.
552 552
553--- 553---
554*** `package-install' function now takes a DONT-SELECT argument. If
555this function is called interactively or if DONT-SELECT is nil, add the
556package being installed to `package-selected-packages'.
557
558---
554*** New command `package-autoremove' removes all packages which were 559*** New command `package-autoremove' removes all packages which were
555installed strictly as dependencies but are no longer needed. 560installed strictly as dependencies but are no longer needed.
556 561