From 7520f3189088b9919d0780807c89892aa110ae23 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Jul 1993 18:24:32 +0000 Subject: [PATCH] Do the global key bindings only via loaddefs.el, not when sendmail.el is loaded. --- lisp/mail/sendmail.el | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5eb37c9c32..48a4ce051b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -831,16 +831,11 @@ The seventh argument ACTIONS is a list of actions to take (pop-to-buffer "*mail*")) (mail noerase to subject in-reply-to cc replybuffer sendactions)) - -;;;###autoload -(define-key ctl-x-map "m" 'mail) - -;;;###autoload -(define-key ctl-x-4-map "m" 'mail-other-window) - -;;;###autoload -(define-key ctl-x-5-map "m" 'mail-other-frame) - +;;; Do not execute these when sendmail.el is loaded, +;;; only in loaddefs.el. +;;;###autoload (define-key ctl-x-map "m" 'mail) +;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window) +;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame) ;;; Do not add anything but external entries on this page. -- 2.20.1