]> code.delx.au - gnu-emacs-elpa/commitdiff
Tag company-dabbrev-ignore-buffers with package-version
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jun 2016 02:14:10 +0000 (05:14 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 20 Jun 2016 02:14:10 +0000 (05:14 +0300)
company-dabbrev.el

index 1ece897871567555c43659b5c7c465bbf908fa44..b1a9defa81611e98d4565b63db2c95a5a99273b7 100644 (file)
@@ -44,7 +44,8 @@ buffers with the same major mode.  See also `company-dabbrev-time-limit'."
   "Regexp matching the names of buffers to ignore.
 Or a function that returns non-nil for such buffers."
   :type '(choice (regexp :tag "Regexp")
-                 (function :tag "Predicate")))
+                 (function :tag "Predicate"))
+  :package-version '(company . "0.9.0"))
 
 (defcustom company-dabbrev-time-limit .1
   "Determines how many seconds `company-dabbrev' should look for matches."