]> git.eshelyaron.com Git - emacs.git/commit
Add string collation.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 24 Aug 2014 15:40:07 +0000 (17:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 24 Aug 2014 15:40:07 +0000 (17:40 +0200)
commit07b47905d3b38ac77398213cdb76b2dca2217db7
tree592f4ee93e3ee5892757b48ae470ce783aa1a9e4
parentbf5b1e26c1a1c965aca2ddf4fe06bcce2ddce9d0
Add string collation.

* configure.ac: Check also for the uselocale function.

* src/fns.c (Fstring_collate_lessp, Fstring_collate_equalp): New DEFUNs.

* src/sysdep.c (str_collate): New function.  (Bug#18051)
ChangeLog
configure.ac
src/ChangeLog
src/fns.c
src/sysdep.c