[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/mct a5d5483: Extend overlay to edge of window when appr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/mct a5d5483: Extend overlay to edge of window when appropriate |
Date: |
Wed, 17 Nov 2021 00:57:18 -0500 (EST) |
branch: externals/mct
commit a5d5483a0aa728aac0f5185daf26ac85f0478ffa
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/mct a5d5483: Extend overlay to edge of window when appropriate,
ELPA Syncer <=