explicitly require cl-lib

This commit is contained in:
Mark Oteiza 2015-05-11 09:27:40 -04:00
parent ed00e3f620
commit 09bfb6791e

View File

@ -21,6 +21,8 @@
;;; Code:
(require 'cl-lib)
(declare-function company-mode "company")
(declare-function company-begin-backend "company")
(declare-function company-grab-symbol "company")