]> git.eshelyaron.com Git - emacs.git/commit
Fix value< string comparison ungoodthink
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 28 Apr 2024 21:17:48 +0000 (23:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 19:48:05 +0000 (21:48 +0200)
commitabdb802483042ca6c913cc2b5cddfff79082b08f
tree005e79183be52bdf4d238d003f13291498df5c53
parentbdc08e78aef8c9690cf58f203599fd9f55284762
Fix value< string comparison ungoodthink

* src/fns.c (string_cmp): Fix bad comparisons for certain strings.
This only affected `value<` for aggregates, not `string<`.
* test/src/fns-tests.el (fns-value<-ordered): Add test cases.

(cherry picked from commit 9b1e44c7fb5281688488ec077c048e268b716ad2)
src/fns.c
test/src/fns-tests.el