1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...

This commit is contained in:
Richard M. Stallman 1997-04-29 02:07:34 +00:00
parent b5f019be90
commit 6d64bc9f99

View file

@ -485,6 +485,10 @@ for \\[find-tag] (which see)."
(define-key esc-map "\t" 'lisp-complete-symbol)
(define-key ctl-x-map "\C-e" 'eval-last-sexp)
(define-key ctl-x-map "m" 'compose-mail)
(define-key ctl-x-4-map "m" 'compose-mail-other-window)
(define-key ctl-x-5-map "m" 'compose-mail-other-frame)
(define-key ctl-x-map "r\C-@" 'point-to-register)
(define-key ctl-x-map [?r ?\C-\ ] 'point-to-register)