use save-excursion in the mu4e-compose-mode-hook

This commit is contained in:
Sebastian Fischmeister 2012-12-08 21:59:53 -05:00
parent dc5786792e
commit a896a497b7
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