Merge branch 'maint'

This commit is contained in:
Rasmus 2015-08-30 09:41:40 +02:00
commit 0d01226633
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ otherwise export the entire body."
(defun org-mime-compose (body fmt file &optional to subject headers)
(require 'message)
(message-mail to subject headers nil)
(compose-mail to subject headers nil)
(message-goto-body)
(let ((bhook
(lambda (body fmt)