Merge pull request #112 from Popsch/fix_docu

*mu4e.texi: use save-excursion in the mu4e-compose-mode-hook
This commit is contained in:
Dirk-Jan C. Binnema 2012-12-09 05:35:40 -08:00
commit 59dc5c89fc
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ message is fully formed when this hook runs. For example, to add a
(add-hook 'mu4e-compose-mode-hook
(defun my-add-bcc ()
"Add a Bcc: header."
(message-add-header "Bcc: me@@example.com\n")))
(save-excursion (message-add-header "Bcc: me@@example.com\n"))))
@end lisp
@noindent