]> code.delx.au - gnu-emacs-elpa/blobdiff - company-eclim.el
Fix some more compilation warnings
[gnu-emacs-elpa] / company-eclim.el
index 864f550ed23dfce74156dee7c61bdbdcc30241e5..ea0b73ee53dc577b922f72c330891cfe62938bb7 100644 (file)
@@ -69,6 +69,8 @@ eclim can only complete correctly when the buffer has been saved."
 (defvar company-eclim--doc nil)
 (make-variable-buffer-local 'company-eclim--doc)
 
+(declare-function json-read "json")
+
 (defun company-eclim--call-process (&rest args)
   (let ((coding-system-for-read 'utf-8)
         res)