]> code.delx.au - gnu-emacs/blobdiff - lisp/bindings.el
(quoted-insert-character-offset): Initialize more cleanly.
[gnu-emacs] / lisp / bindings.el
index 40a9ae1b7dfbf25d1f6208053bd3eea61b0447cb..dc65121239976409a87f73056e906bbd58fc0251 100644 (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)
 \f
 (define-key ctl-x-map "r\C-@" 'point-to-register)
 (define-key ctl-x-map [?r ?\C-\ ] 'point-to-register)