Merge branch 'maint'

This commit is contained in:
Rasmus 2015-08-30 09:41:40 +02:00
commit 0d01226633

View file

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