dgutov pushed a commit to branch master
in repository elpa.
commit ef819e335ce02c314f5b0929bf03497891bee94a
Author: Dmitry Gutov <[email protected]>
Date: Sat Feb 1 18:06:02 2014 +0200
Don't "transform" twice
---
company.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company.el b/company.el
index dffe7e0..d2136b5 100644
--- a/company.el
+++ b/company.el
@@ -923,7 +923,7 @@ can retrieve meta-data for them."
(if (or (cdr candidates)
(not (eq t (compare-strings (car candidates) nil nil
prefix nil nil ignore-case))))
- (company--transform-candidates candidates)
+ candidates
;; Already completed and unique; don't start.
t))))