(rmail-summary-edit-map): Inherit text-mode-map properly.
This commit is contained in:
parent
246cfea5cc
commit
ae06ea79c8
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ Instead, all of the Rmail Mode commands are available, plus:
|
|||
(if rmail-summary-edit-map
|
||||
nil
|
||||
(setq rmail-summary-edit-map
|
||||
(nconc (make-sparse-keymap) (cdr text-mode-map)))
|
||||
(nconc (make-sparse-keymap) text-mode-map))
|
||||
(define-key rmail-summary-edit-map "\C-c\C-c" 'rmail-cease-edit)
|
||||
(define-key rmail-summary-edit-map "\C-c\C-]" 'rmail-abort-edit))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue