diff options
| -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) |