Skip to content

Commit

Permalink
fix mapconcat missing parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Compostella <jeremy.compostella@gmail.com>
  • Loading branch information
jeremy-compostella committed Sep 4, 2019
1 parent 640a931 commit 82e97a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org-msg.el
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ file."
'((:from . #'mails2str)
(:subject 'identity)
(:to . #'mails2str)
(:date 'message-make-date)))
(:date 'message-make-date))
"")
"</div>\n<hr>\n"))
(write-file file))
(list file)))))
Expand Down

0 comments on commit 82e97a0

Please sign in to comment.