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

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

[elpa] externals/company 36839ec 2/2: Merge pull request #1122 from tars


From: ELPA Syncer
Subject: [elpa] externals/company 36839ec 2/2: Merge pull request #1122 from tarsiiformes/silencio
Date: Wed, 16 Jun 2021 07:57:07 -0400 (EDT)

branch: externals/company
commit 36839ec2eb06bf970c7ff4a10a13fc0f1b989b5e
Merge: ac13eab abbf7b6
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1122 from tarsiiformes/silencio
    
    Silence compiler
---
 company.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index dfece06..9bda6b0 100644
--- a/company.el
+++ b/company.el
@@ -3236,10 +3236,10 @@ If SHOW-VERSION is non-nil, show the version in the 
echo area."
                   'company-scrollbar-fg
                 'company-scrollbar-bg)))
 
-(defun company--scrollpos-line (text width right-margin-width)
+(defun company--scrollpos-line (text width fancy-margin-width)
   (propertize (concat (company-space-string company-tooltip-margin)
                       (company-safe-substring text 0 width)
-                      (company-space-string right-margin-width))
+                      (company-space-string fancy-margin-width))
               'face 'company-tooltip))
 
 ;; show



reply via email to

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