diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 0959b95727f..e2dd2e11ef2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -658,7 +658,7 @@ The seventh argument ACTIONS is a list of actions to take (define-key ctl-x-4-map "m" 'mail-other-window) ;;;###autoload -(define-key ctl-x-3-map "m" 'mail-other-screen) +(define-key ctl-x-5-map "m" 'mail-other-screen) ;;; Do not add anything but external entries on this page. |
