From ae06ea79c817b855e68347eb43f8b84b61458150 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Nov 1993 22:16:44 +0000 Subject: [PATCH] (rmail-summary-edit-map): Inherit text-mode-map properly. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index efeccb9adde..95d99a2d0f5 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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)) -- 2.39.5