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

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

[nongnu] elpa/org-mime 351b233a7e 018/118: Don't use obsoleted function


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 351b233a7e 018/118: Don't use obsoleted function
Date: Wed, 5 Jan 2022 07:58:43 -0500 (EST)

branch: elpa/org-mime
commit 351b233a7e9fd8383dc629832c277c2c414fd0b9
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Don't use obsoleted function
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index a7d30b0075..44e0411609 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -143,7 +143,7 @@ buffer holding\nthe text to be exported.")
             (base64-encode-string
              (with-temp-buffer
                (set-buffer-multibyte nil)
-               (binary-insert-encoded-file path)
+               (insert-file-contents-literally path)
                (buffer-string)))))
     (vm "?")))
 



reply via email to

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