]> git.eshelyaron.com Git - emacs.git/commitdiff
Do the global key bindings only via loaddefs.el,
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:24:32 +0000 (18:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:24:32 +0000 (18:24 +0000)
not when sendmail.el is loaded.

lisp/mail/sendmail.el

index 5eb37c9c32d87f3b56aa92eba050c0823bbc766c..48a4ce051bcefb962641cb1ee33727814e3287ba 100644 (file)
@@ -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.