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

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

[elpa] externals/company e393785 13/46: Add a FIXME


From: Dmitry Gutov
Subject: [elpa] externals/company e393785 13/46: Add a FIXME
Date: Wed, 30 Dec 2020 18:33:04 -0500 (EST)

branch: externals/company
commit e3937857c14da818c55693bc0c6e03164423db96
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Add a FIXME
---
 company.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index d451b7e..6897c3c 100644
--- a/company.el
+++ b/company.el
@@ -2816,6 +2816,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
           (setq annotation (company--clean-string annotation))
           (when company-tooltip-align-annotations
             ;; `lisp-completion-at-point' adds a space.
+            ;; FIXME: Use `string-trim' in Emacs 24.4
             (setq annotation (comment-string-strip annotation t nil))))
         (push (cons value annotation) items)
         (setq width (max (+ (length value)



reply via email to

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