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

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

[elpa] externals/company 5c25e11: company-round-tab: Change to defun


From: ELPA Syncer
Subject: [elpa] externals/company 5c25e11: company-round-tab: Change to defun
Date: Fri, 22 Jan 2021 18:57:05 -0500 (EST)

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

    company-round-tab: Change to defun
    
    Closes #1059
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index e5a421e..495cde1 100644
--- a/company.el
+++ b/company.el
@@ -2559,7 +2559,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
 
 ;;; propertize
 
-(defsubst company-round-tab (arg)
+(defun company-round-tab (arg)
   (* (/ (+ arg tab-width) tab-width) tab-width))
 
 (defun company-plainify (str)



reply via email to

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