[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/mct 92e15d1e2d 2/7: Change the sort function to string-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/mct 92e15d1e2d 2/7: Change the sort function to string-collate-lessp instead of string-version-lessp |
Date: |
Sun, 6 Jul 2025 06:58:57 -0400 (EDT) |
branch: externals/mct
commit 92e15d1e2d5e0d4c73aca8e05e53d7195367dab8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Change the sort function to string-collate-lessp instead of
string-version-lessp
---
mct.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mct.el b/mct.el
index 6c38bf9424..cecf0edea6 100644
--- a/mct.el
+++ b/mct.el
@@ -272,7 +272,7 @@ SYMBOLS set SORT-FUNCTION to nil."
;;;; Sorting functions for `completions-sort' (Emacs 29)
-(defvar mct-sort-alpha-function #'string-version-lessp
+(defvar mct-sort-alpha-function #'string-collate-lessp
"Function to perform alphabetic sorting between two strings.")
(defun mct-sort-by-alpha (completions)
- [elpa] externals/mct updated (97821a5074 -> e25e93d97d), ELPA Syncer, 2025/07/06
- [elpa] externals/mct a09951c202 1/7: Define option mct-sort-by-command-or-category and always set completions-sort, ELPA Syncer, 2025/07/06
- [elpa] externals/mct 473b684470 4/7: Be exhaustive in sorting by function or category and prioritise the former, ELPA Syncer, 2025/07/06
- [elpa] externals/mct c6a26fdf3d 5/7: Fix a typo, ELPA Syncer, 2025/07/06
- [elpa] externals/mct 92e15d1e2d 2/7: Change the sort function to string-collate-lessp instead of string-version-lessp,
ELPA Syncer <=
- [elpa] externals/mct e25e93d97d 7/7: Fix typo in doc string, ELPA Syncer, 2025/07/06
- [elpa] externals/mct d5a0c81915 6/7: Reorganise the code of the minor mode, ELPA Syncer, 2025/07/06
- [elpa] externals/mct 53a893f374 3/7: Use the correct copyright years, ELPA Syncer, 2025/07/06