emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 69228c7 168/173: Tag company-dabbrev-ignore-buffers with p


From: Dmitry Gutov
Subject: [elpa] master 69228c7 168/173: Tag company-dabbrev-ignore-buffers with package-version
Date: Thu, 23 Jun 2016 00:28:48 +0000 (UTC)

branch: master
commit 69228c73e01ec9a3ae6cf5a1f8c4d83d8c6f4999
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 1ece897..b1a9def 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]