Add package-menu-mark-upgrades to the Package Menu menu bar map.
This commit is contained in:
parent
25322144fc
commit
d770725a3d
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
package-menu-get-status instead of a regexp search.
|
||||
(package-menu-get-status): Use tabulated-list-entry.
|
||||
(package-menu-mark-upgrades): New command.
|
||||
(package-menu-mode-map): Bind it to U.
|
||||
(package-menu-mode-map): Bind it to U. Add it to menu bar.
|
||||
(package-menu-execute): Do installation before deletion.
|
||||
(package-menu-refresh, package-menu-execute): Use derived-mode-p
|
||||
instead of checking major-mode.
|
||||
|
|
|
@ -1305,6 +1305,9 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
|
|||
(define-key menu-map [mi]
|
||||
'(menu-item "Mark for install" package-menu-mark-install
|
||||
:help "Mark a package for installation and move to the next line"))
|
||||
(define-key menu-map [mupgrades]
|
||||
'(menu-item "Mark upgradable packages" package-menu-mark-upgrades
|
||||
:help "Mark packages that have a newer version for upgrading"))
|
||||
(define-key menu-map [s3] '("--"))
|
||||
(define-key menu-map [mg]
|
||||
'(menu-item "Update package list" revert-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue