forked from legoscia/emacs-jabber
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing jabber-roster-sort-items: roster shows items sorted now.
It was not using the jabber-roster-sort-functions properly: it didn't stop at the first ordering result (first a < b as true). Now it execute until one of the sorting criteria returns a < b or b > a.
cngimenez
committed
May 18, 2022
1 parent
a863257
commit 7e082f6
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters