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

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

[elpa] externals/mct e639a9fa60 2/4: Remove trailing delimiter (from com


From: ELPA Syncer
Subject: [elpa] externals/mct e639a9fa60 2/4: Remove trailing delimiter (from commit 872732a)
Date: Fri, 28 Jan 2022 01:57:34 -0500 (EST)

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

    Remove trailing delimiter (from commit 872732a)
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 6e1698a203..522e8d1725 100644
--- a/mct.el
+++ b/mct.el
@@ -621,7 +621,7 @@ ARG is a numeric argument for `next-completion', as 
described in
       (= (save-excursion (next-completion arg) (point)) (point-max))
       ;; The empty final line case which should avoid candidates with
       ;; spaces or line breaks...
-      (mct--empty-line-p arg))))
+      (mct--empty-line-p arg)))
 
 (defun mct--next-completion (arg)
   "Routine to move to the next ARGth completion candidate."



reply via email to

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