diff options
| author | Richard M. Stallman | 1997-04-29 02:07:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-29 02:07:51 +0000 |
| commit | 699adcb295b81156f4e6e3aaf164264b02590ac6 (patch) | |
| tree | ef2e185c1801cac21b5d0e577f8447b5bf9f611d | |
| parent | 6d64bc9f99ab79e36b17cc4d08e9bc7c6d132d76 (diff) | |
| download | emacs-699adcb295b81156f4e6e3aaf164264b02590ac6.tar.gz emacs-699adcb295b81156f4e6e3aaf164264b02590ac6.zip | |
Don't bind C-x m, C-x 4 m, C-x 5 m.
| -rw-r--r-- | lisp/mail/sendmail.el | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 7444a79aa0e..e60156977a2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -1115,7 +1115,10 @@ and don't delete any header fields." | |||
| 1115 | (or (bolp) (newline)) | 1115 | (or (bolp) (newline)) |
| 1116 | (goto-char start)))) | 1116 | (goto-char start)))) |
| 1117 | 1117 | ||
| 1118 | ;; Put these last, to reduce chance of lossage from quitting in middle of loading the file. | 1118 | ;; Put these commands last, to reduce chance of lossage from quitting |
| 1119 | ;; in middle of loading the file. | ||
| 1120 | |||
| 1121 | ;;;###autoload (add-hook 'same-window-buffer-names "*mail*") | ||
| 1119 | 1122 | ||
| 1120 | ;;;###autoload | 1123 | ;;;###autoload |
| 1121 | (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) | 1124 | (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) |
| @@ -1267,14 +1270,6 @@ The seventh argument ACTIONS is a list of actions to take | |||
| 1267 | (pop-to-buffer "*mail*")) | 1270 | (pop-to-buffer "*mail*")) |
| 1268 | (mail noerase to subject in-reply-to cc replybuffer sendactions)) | 1271 | (mail noerase to subject in-reply-to cc replybuffer sendactions)) |
| 1269 | 1272 | ||
| 1270 | ;;; Do not execute these when sendmail.el is loaded, | ||
| 1271 | ;;; only in loaddefs.el. | ||
| 1272 | ;;;###autoload (define-key ctl-x-map "m" 'mail) | ||
| 1273 | ;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window) | ||
| 1274 | ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame) | ||
| 1275 | |||
| 1276 | ;;;###autoload (add-hook 'same-window-buffer-names "*mail*") | ||
| 1277 | |||
| 1278 | ;;; Do not add anything but external entries on this page. | 1273 | ;;; Do not add anything but external entries on this page. |
| 1279 | 1274 | ||
| 1280 | (provide 'sendmail) | 1275 | (provide 'sendmail) |