Allow calling package-update-all from the command line
* lisp/emacs-lisp/package.el (package-update-all): Allow calling from the command line with -f package-update-all without any queries.
This commit is contained in:
parent
526e9758de
commit
dce5642e86
1 changed files with 1 additions and 0 deletions
|
@ -2171,6 +2171,7 @@ to install it but still mark it as selected."
|
|||
(if (not updateable)
|
||||
(message "No packages to update")
|
||||
(when (and (not inhibit-queries)
|
||||
(not noninteractive)
|
||||
(not (yes-or-no-p
|
||||
(if (length= updateable 1)
|
||||
"One package to update. Do it? "
|
||||
|
|
Loading…
Add table
Reference in a new issue