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

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

[elpa] 16/21: Don't "transform" twice


From: Dmitry Gutov
Subject: [elpa] 16/21: Don't "transform" twice
Date: Mon, 03 Feb 2014 17:36:18 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit ef819e335ce02c314f5b0929bf03497891bee94a
Author: Dmitry Gutov <address@hidden>
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))))
 



reply via email to

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