Mercurial > emacs
changeset 4342:1088a9aa4fd0
Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Jul 1993 18:24:32 +0000 |
parents | d07ef5ea3b58 |
children | aa19e3673b9f |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 5 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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.