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
43207249
Commit
43207249
authored
Oct 24, 2010
by
Chong Yidong
Browse files
* package.el (package-menu-mode-map): Inherit from button-buffer-map.
parent
484db896
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-1
No files found.
lisp/ChangeLog
View file @
43207249
2010-10-24 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/package.el (package-menu-mode-map): Inherit from
button-buffer-map.
2010-10-24 Ralf Angeli <angeli@caeruleus.net>
* emacs-lisp/package.el (package--generate-package-list): Make the
...
...
lisp/emacs-lisp/package.el
View file @
43207249
...
...
@@ -1187,7 +1187,7 @@ The variable `package-load-list' controls which packages to load."
(
defvar
package-menu-mode-map
(
let
((
map
(
make-keymap
))
(
menu-map
(
make-sparse-keymap
"Package"
)))
(
s
uppress-keymap
map
)
(
s
et-keymap-parent
map
button-buffer-
map
)
(
define-key
map
"\C-m"
'package-menu-describe-package
)
(
define-key
map
"q"
'quit-window
)
(
define-key
map
"n"
'next-line
)
...
...
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