From 529c06b6cbcd4081671cd1fd9e0bd0ecd84feac2 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 3 Apr 2012 18:21:47 +0800 Subject: [PATCH] Two minor doc/consistency fixes. * doc/emacs/sending.texi (Mail Misc): Fix an index entry. * lisp/mail/sendmail.el (mail-mode-map): Bind C-c C-i to mail-insert-file, not its obsolete alias mail-attach-file. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/sending.texi | 2 +- lisp/ChangeLog | 5 +++++ lisp/mail/sendmail.el | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ffc73813378..cbb96fe3c22 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-04-03 Chong Yidong + + * sending.texi (Mail Misc): Fix an index entry. + 2012-04-02 Eli Zaretskii * msdog.texi (Windows Startup): Add description of emacsclient diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index a2cb5d9f8f2..5e80eb10824 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -521,7 +521,7 @@ package, which provides more flexible citation @subsection Mail Miscellany @kindex C-c C-a @r{(Message mode)} -@findex mail-attach-file +@findex mml-attach-file @cindex MIME @cindex Multipurpose Internet Mail Extensions You can @dfn{attach} a file to an outgoing message by typing diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 937ae7575d0..f811eb2ab81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-04-03 Chong Yidong + + * mail/sendmail.el (mail-mode-map): Bind C-c C-i to + mail-insert-file, not its obsolete alias mail-attach-file. + 2012-04-03 Michael Albinus * notifications.el (notifications-notify): Fix docstring. 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) -- 2.39.2