Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
88103345
Commit
88103345
authored
Mar 14, 2014
by
Glenn Morris
Browse files
* package.el (package-menu-mode-map): Replace use of obsolete function alias.
Tweak menu item text.
parent
f2dd4ba8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-1
No files found.
lisp/ChangeLog
View file @
88103345
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)
...
...
lisp/emacs-lisp/package.el
View file @
88103345
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment