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

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

[nongnu] elpa/org-mime 3a16180195 006/118: clean code according to org-m


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 3a16180195 006/118: clean code according to org-mode review
Date: Wed, 5 Jan 2022 07:58:41 -0500 (EST)

branch: elpa/org-mime
commit 3a16180195a5acf348d1bdfe2eb5f70444fd77fc
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    clean code according to org-mode review
---
 org-mime.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/org-mime.el b/org-mime.el
index 46f0468484..c7ab30549d 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -59,9 +59,7 @@
 ;;               (local-set-key (kbd "C-c M-o") 'org-mime-org-buffer-htmlize)))
 
 ;;; Code:
-(eval-when-compile
-  (require 'cl))
-
+(require 'cl-lib)
 (require 'org)
 
 (defcustom org-mime-default-header



reply via email to

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