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

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

[elpa] master cecf6a9 29/66: company--window-width: Make it a defun


From: Dmitry Gutov
Subject: [elpa] master cecf6a9 29/66: company--window-width: Make it a defun
Date: Tue, 13 Jan 2015 02:44:53 +0000

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

    company--window-width: Make it a defun
    
    #249
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index aad2e65..a7a5370 100644
--- a/company.el
+++ b/company.el
@@ -2218,7 +2218,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
       (floor (window-screen-lines))
     (window-body-height)))
 
-(defsubst company--window-width ()
+(defun company--window-width ()
   (let ((ww (window-body-width)))
     ;; Account for the line continuation column.
     (when (zerop (cadr (window-fringes)))



reply via email to

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