branch: externals/mct
commit a5d5483a0aa728aac0f5185daf26ac85f0478ffa
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Extend overlay to edge of window when appropriate
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 01e6f36..dd1f3ad 100644
--- a/mct.el
+++ b/mct.el
@@ -943,7 +943,7 @@ region.")
   (if-let ((string (get-text-property (point) 'completion--string)))
       (save-excursion
         (if (eq completions-format 'one-column)
-            (1+ (prop-match-end (text-property-search-forward 
'completion--string)))
+            (1+ (point-at-eol))
           (prop-match-end (text-property-search-forward 'completion--string))))
     (point)))
 

Reply via email to