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
6f52d86e
Commit
6f52d86e
authored
Feb 04, 2011
by
Eli Zaretskii
Browse files
Fix bug #7977 with special-mode-map in arc-mode.el.
arc-mode.el (archive-mode-map): Fix a typo in last change.
parent
e3a70a8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/arc-mode.el
lisp/arc-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
6f52d86e
2011-02-04 Eli Zaretskii <eliz@gnu.org>
* arc-mode.el (archive-mode-map): Fix a typo in last change.
2011-02-03 Sam Steingold <sds@gnu.org>
* progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
...
...
lisp/arc-mode.el
View file @
6f52d86e
...
...
@@ -339,7 +339,7 @@ be added."
(
defvar
archive-local-name
nil
"Name of local copy of remote archive."
)
(
defvar
archive-mode-map
(
let
((
map
(
make-keymap
)))
(
set-keymap-parent
map
'
special-mode-map
)
(
set-keymap-parent
map
special-mode-map
)
(
define-key
map
" "
'archive-next-line
)
(
define-key
map
"a"
'archive-alternate-display
)
;;(define-key map "c" 'archive-copy)
...
...
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