mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix bug #7977 with special-mode-map in arc-mode.el.
arc-mode.el (archive-mode-map): Fix a typo in last change.
This commit is contained in:
parent
e3a70a8a45
commit
6f52d86e95
@ -1,3 +1,7 @@
|
||||
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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user