branch: externals/company commit e3937857c14da818c55693bc0c6e03164423db96 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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)