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

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

[elpa] externals/mct 3dc0f43 1/2: Re-balance expression from commit 020b


From: ELPA Syncer
Subject: [elpa] externals/mct 3dc0f43 1/2: Re-balance expression from commit 020bb45
Date: Tue, 16 Nov 2021 15:57:20 -0500 (EST)

branch: externals/mct
commit 3dc0f437968d4d88c93080502c1527398ec2a19c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Re-balance expression from commit 020bb45
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 33df024..f3dddec 100644
--- a/mct.el
+++ b/mct.el
@@ -935,8 +935,8 @@ region.")
   "Return point of completion candidate at START and END."
   (if-let ((string (get-text-property (point) 'completion--string)))
       (save-excursion
-        (prop-match-beginning (text-property-search-forward 
'completion--string))))
-  (point))
+        (prop-match-beginning (text-property-search-forward 
'completion--string)))
+    (point)))
 
 (defun mct--completions-completion-end ()
   "Return end of completion candidate."



reply via email to

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