Browse Source

org-pcomplete: Small clean-up

Nicolas Goaziou 8 years ago
parent
commit
313a97fca3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lisp/org-pcomplete.el

+ 0 - 4
lisp/org-pcomplete.el

@@ -27,14 +27,10 @@
 
 ;;;; Require other packages
 
-(eval-when-compile
-  (require 'cl))
-
 (require 'org-macs)
 (require 'org-compat)
 (require 'pcomplete)
 
-(declare-function org-split-string "org" (string &optional separators))
 (declare-function org-make-org-heading-search-string "org" (&optional string))
 (declare-function org-get-buffer-tags "org" ())
 (declare-function org-get-tags "org" ())