branch: elpa/org-mime
commit 3a16180195a5acf348d1bdfe2eb5f70444fd77fc
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>

    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