From 69228c73e01ec9a3ae6cf5a1f8c4d83d8c6f4999 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 20 Jun 2016 05:14:10 +0300 Subject: [PATCH] Tag company-dabbrev-ignore-buffers with package-version --- company-dabbrev.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company-dabbrev.el b/company-dabbrev.el index 1ece89787..b1a9defa8 100644 --- a/company-dabbrev.el +++ b/company-dabbrev.el @@ -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." -- 2.39.2