]> code.delx.au - gnu-emacs-elpa/blobdiff - company-dabbrev.el
Add package-version property to vars after in 0.7.0
[gnu-emacs-elpa] / company-dabbrev.el
index 7fd20b65647afe6a3e8803127f36f5accaaaf98b..ef63d90780ec317950961ddfb3159e713f868c9e 100644 (file)
@@ -64,7 +64,8 @@ If you set this value to nil, you may also want to set
 `company-dabbrev-ignore-case' to any value other than `keep-prefix'.")
 
 (defcustom company-dabbrev-minimum-length (1+ company-minimum-prefix-length)
-  "The minimum length for the string to be included.")
+  "The minimum length for the string to be included."
+  :type 'integer)
 
 (defmacro company-dabrev--time-limit-while (test start limit &rest body)
   (declare (indent 3) (debug t))