]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove superfluous statement
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 3 Mar 2014 02:36:27 +0000 (04:36 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 3 Mar 2014 02:36:27 +0000 (04:36 +0200)
company.el

index dfbb2a341921a2d969dc1ab75113040e9c8487a6..44f5df529450597177b4d99e0346bd6455e991c8 100644 (file)
@@ -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)