dgutov pushed a commit to branch master
in repository elpa.
commit 67ab56a5469f16652e73667ec3b4f76ff6befee6
Author: Dmitry Gutov <[email protected]>
Date: Mon Feb 3 19:34:16 2014 +0200
Remove outdated comment
---
company-capf.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company-capf.el b/company-capf.el
index 574a70d..1a4342b 100644
--- a/company-capf.el
+++ b/company-capf.el
@@ -90,7 +90,7 @@ Requires Emacs 24.1 or newer."
(text-property-not-all start (length arg)
'face value arg))
(length arg)))))
- (`duplicates t) ;Don't bother.
+ (`duplicates t)
(`no-cache t) ;Not much can be done here, as long as we handle
;non-prefix matches.
(`meta