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

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

[elpa] 11/31: Remove superfluous statement


From: Dmitry Gutov
Subject: [elpa] 11/31: Remove superfluous statement
Date: Tue, 18 Mar 2014 05:19:35 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit b9aa88138a335e318f7c38a7cd891589ff3fe2d2
Author: Dmitry Gutov <address@hidden>
Date:   Mon Mar 3 04:36:27 2014 +0200

    Remove superfluous statement
---
 company.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index dfbb2a3..44f5df5 100644
--- a/company.el
+++ b/company.el
@@ -1168,7 +1168,6 @@ Keywords and function definition names are ignored."
                        (setq new-prefix (or (car-safe new-prefix) new-prefix))
                        (= (- (point) (length new-prefix))
                           (- company-point (length company-prefix))))
-              (setq new-prefix (or (car-safe new-prefix) new-prefix))
               (company-calculate-candidates new-prefix))))
     (cond
      ((eq c t)



reply via email to

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