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

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

[elpa] master 3873c4a 05/31: Remove outdated comment


From: Dmitry Gutov
Subject: [elpa] master 3873c4a 05/31: Remove outdated comment
Date: Sun, 14 Apr 2019 22:06:15 -0400 (EDT)

branch: master
commit 3873c4a61775ba26bc41c32f17183e95223fe806
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Remove outdated comment
---
 company.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/company.el b/company.el
index 83b3bb0..fc06857 100644
--- a/company.el
+++ b/company.el
@@ -1637,8 +1637,6 @@ prefix match (same case) will be prioritized."
     (company-call-frontends 'hide)
     (company-enable-overriding-keymap nil)
     (when prefix
-      ;; FIXME: RESULT can also be e.g. `unique'.  We should call
-      ;; `company-completion-finished-hook' in that case, with right argument.
       (if (stringp result)
           (let ((company-backend backend))
             (run-hook-with-args 'company-completion-finished-hook result)



reply via email to

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