Browse Source

org-indent: Remove (require 'cl)

Nicolas Goaziou 8 years ago
parent
commit
032b301d78
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lisp/org-indent.el

+ 0 - 2
lisp/org-indent.el

@@ -40,8 +40,6 @@
 (require 'org-compat)
 (require 'org)
 
-(eval-when-compile
-  (require 'cl))
 (require 'cl-lib)
 
 (declare-function org-inlinetask-get-task-level "org-inlinetask" ())