org-contacts: Use with-current-buffer' instead of
save-excursion'+`with-current-buffer'.
Signed-off-by: Michael Markert <markert.michael@googlemail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e585be0859
commit
6c12101c8c
1 changed files with 1 additions and 2 deletions
|
@ -418,8 +418,7 @@ This adds `org-contacts-gnus-check-mail-address' and
|
|||
"Retrieve the content of the `From' header of an email.
|
||||
Works from wl-summary-mode and mime-view-mode - that is while viewing email.
|
||||
Depends on Wanderlust been loaded."
|
||||
(save-excursion
|
||||
(set-buffer (org-capture-get :original-buffer))
|
||||
(with-current-buffer (org-capture-get :original-buffer)
|
||||
(cond
|
||||
((eq major-mode 'wl-summary-mode) (when wl-summary-buffer-elmo-folder
|
||||
(elmo-message-field
|
||||
|
|
Loading…
Reference in a new issue