diff options
| author | Richard M. Stallman | 1997-04-29 02:07:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-29 02:07:34 +0000 |
| commit | 6d64bc9f99ab79e36b17cc4d08e9bc7c6d132d76 (patch) | |
| tree | 977bd2c9e96d60683d4f914e0a409980de538591 | |
| parent | b5f019be9033d9952bb3c29d6fa6342ad709fc6e (diff) | |
| download | emacs-6d64bc9f99ab79e36b17cc4d08e9bc7c6d132d76.tar.gz emacs-6d64bc9f99ab79e36b17cc4d08e9bc7c6d132d76.zip | |
Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...
| -rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 40a9ae1b7df..dc651212399 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -485,6 +485,10 @@ for \\[find-tag] (which see)." | |||
| 485 | (define-key esc-map "\t" 'lisp-complete-symbol) | 485 | (define-key esc-map "\t" 'lisp-complete-symbol) |
| 486 | 486 | ||
| 487 | (define-key ctl-x-map "\C-e" 'eval-last-sexp) | 487 | (define-key ctl-x-map "\C-e" 'eval-last-sexp) |
| 488 | |||
| 489 | (define-key ctl-x-map "m" 'compose-mail) | ||
| 490 | (define-key ctl-x-4-map "m" 'compose-mail-other-window) | ||
| 491 | (define-key ctl-x-5-map "m" 'compose-mail-other-frame) | ||
| 488 | 492 | ||
| 489 | (define-key ctl-x-map "r\C-@" 'point-to-register) | 493 | (define-key ctl-x-map "r\C-@" 'point-to-register) |
| 490 | (define-key ctl-x-map [?r ?\C-\ ] 'point-to-register) | 494 | (define-key ctl-x-map [?r ?\C-\ ] 'point-to-register) |