From d770725a3df5529f046198b2f7014918e13a06b1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 14 Sep 2011 22:05:17 -0400 Subject: Add package-menu-mark-upgrades to the Package Menu menu bar map. --- lisp/emacs-lisp/package.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 92223b33733..f0b1537e2b3 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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 -- cgit v1.2.3