]> code.delx.au - gnu-emacs-elpa/blobdiff - company-eclim.el
Bumped copyright years.
[gnu-emacs-elpa] / company-eclim.el
index 16fc7cb52e97f449d85d5112eeadd9f22f8e62c5..97487fc69f97525e696cc58cb1aef06612fe2744 100644 (file)
@@ -1,6 +1,6 @@
 ;;; company-eclim.el --- a company-mode completion back-end for eclim.
 ;;
-;; Copyright (C) 2009 Nikolaj Schumacher
+;; Copyright (C) 2009-2010 Nikolaj Schumacher
 ;;
 ;; This file is part of company 0.4.3.
 ;;
@@ -35,7 +35,7 @@
   :group 'company
   :type 'file)
 
-(defcustom company-eclim-auto-save nil
+(defcustom company-eclim-auto-save t
   "*Determines whether to save the buffer when retrieving completions.
 eclim can only complete correctly when the buffer has been saved."
   :group 'company