emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 8ad1218456 095/118: Combine two insert calls


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 8ad1218456 095/118: Combine two insert calls
Date: Wed, 5 Jan 2022 07:58:50 -0500 (EST)

branch: elpa/org-mime
commit 8ad121845661e515d906b69c2f37fe13943dd601
Author: Edmund Jorgensen <tomheon@gmail.com>
Commit: Edmund Jorgensen <tomheon@gmail.com>

    Combine two insert calls
---
 org-mime.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org-mime.el b/org-mime.el
index 67ee5bbfc7..02273877b7 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -324,8 +324,7 @@ HTML is the body of the message."
             (progn
               (insert "</div>\n<div>")
               (forward-line)
-              (insert "<br />")
-              (insert "</div>\n<div>"))
+              (insert "<br /></div>\n<div>"))
           (forward-line)))
       (buffer-substring (point-min) (point-max)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]