diff options
| author | Jim Blandy <jimb@redhat.com> | 1991-07-31 17:51:28 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1991-07-31 17:51:28 +0000 |
| commit | 6e8290aada30afd252649ef7cc412af6379c077c (patch) | |
| tree | 46f1342be5be918c245e089471a24eec7bc7d34c /lisp/mail | |
| parent | 6f8e447f09b1683a07b155eba4b218fbeae4183b (diff) | |
| download | emacs-6e8290aada30afd252649ef7cc412af6379c077c.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmailedit.el | 2 |
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)) |
