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
d4e672ca
Commit
d4e672ca
authored
Dec 31, 1999
by
Richard M. Stallman
Browse files
(archive-mode-map): Bind q to quit-window.
parent
5ad6a5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/arc-mode.el
lisp/arc-mode.el
+1
-0
No files found.
lisp/arc-mode.el
View file @
d4e672ca
...
...
@@ -587,6 +587,7 @@ archive.
(
define-key
archive-mode-map
[down]
'archive-next-line
)
(
define-key
archive-mode-map
"o"
'archive-extract-other-window
)
(
define-key
archive-mode-map
"p"
'archive-previous-line
)
(
define-key
archive-mode-map
"q"
'quit-window
)
(
define-key
archive-mode-map
"\C-p"
'archive-previous-line
)
(
define-key
archive-mode-map
[up]
'archive-previous-line
)
(
define-key
archive-mode-map
"r"
'archive-rename-entry
)
...
...
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