]> rtime.felk.cvut.cz Git - sojka/company-mode.git/blobdiff - company-eclim.el
Run tests non-interactively
[sojka/company-mode.git] / company-eclim.el
index 0eaf38228675de1d41467a7a2e32c986f2197037..1f1beae9604e73c87d499044c04dab1cbb7f8bb4 100644 (file)
@@ -60,11 +60,9 @@ eclim can only complete correctly when the buffer has been saved."
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(defvar company-eclim--project-dir 'unknown)
-(make-variable-buffer-local 'company-eclim--project-dir)
+(defvar-local company-eclim--project-dir 'unknown)
 
-(defvar company-eclim--project-name nil)
-(make-variable-buffer-local 'company-eclim--project-name)
+(defvar-local company-eclim--project-name nil)
 
 (declare-function json-read "json")
 (defvar json-array-type)