# HG changeset patch # User Richard M. Stallman # Date 743970272 0 # Node ID 1088a9aa4fd031087b330656d947f0c67e876ba8 # Parent d07ef5ea3b58f862a45c08f63744b81d31c4d640 Do the global key bindings only via loaddefs.el, not when sendmail.el is loaded. diff -r d07ef5ea3b58 -r 1088a9aa4fd0 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Jul 29 06:34:03 1993 +0000 +++ b/lisp/mail/sendmail.el Thu Jul 29 18:24:32 1993 +0000 @@ -831,16 +831,11 @@ (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.