summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-07-31 17:51:28 +0000
committerJim Blandy <jimb@redhat.com>1991-07-31 17:51:28 +0000
commit6e8290aada30afd252649ef7cc412af6379c077c (patch)
tree46f1342be5be918c245e089471a24eec7bc7d34c /lisp
parent6f8e447f09b1683a07b155eba4b218fbeae4183b (diff)
downloademacs-6e8290aada30afd252649ef7cc412af6379c077c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmailedit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index d5c3dfd3361..41a31464889 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -23,7 +23,7 @@
(defvar rmail-edit-map nil)
(if rmail-edit-map
nil
- (setq rmail-edit-map (nconc (make-sparse-keymap) text-mode-map))
+ (setq rmail-edit-map (nconc (make-sparse-keymap) (cdr text-mode-map)))
(define-key rmail-edit-map "\C-c\C-c" 'rmail-cease-edit)
(define-key rmail-edit-map "\C-c\C-]" 'rmail-abort-edit))