mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* package.el (package-menu-mode-map): Replace use of obsolete function alias.
Tweak menu item text.
This commit is contained in:
parent
f2dd4ba86d
commit
881033454a
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2014-03-14 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/package.el (package-menu-mode-map):
|
||||
Replace use of obsolete function alias. Tweak menu item text.
|
||||
|
||||
* info.el (Info-finder-find-node):
|
||||
Ignore the `emacs' metapackage. (Bug#10813)
|
||||
|
||||
|
|
|
|||
|
|
@ -1626,7 +1626,7 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
|
|||
'(menu-item "Help" package-menu-quick-help
|
||||
:help "Show short key binding help for package-menu-mode"))
|
||||
(define-key menu-map [mc]
|
||||
'(menu-item "View Commentary" package-menu-view-commentary
|
||||
'(menu-item "Describe Package" package-menu-describe-package
|
||||
:help "Display information about this package"))
|
||||
map)
|
||||
"Local keymap for `package-menu-mode' buffers.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue