diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 4e2d827fc29..933eaef8119 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -304,7 +304,7 @@ The default value matches citations like `foo-bar>' plus whitespace." (define-key map "\C-c\C-w" 'mail-signature) (define-key map "\C-c\C-c" 'mail-send-and-exit) (define-key map "\C-c\C-s" 'mail-send) - (define-key map "\C-c\C-i" 'mail-attach-file) + (define-key map "\C-c\C-i" 'mail-insert-file) ;; FIXME add this? "b" = bury buffer. It's in the menu-bar. ;;; (define-key map "\C-c\C-b" 'mail-dont-send) |
