]> code.delx.au - gnu-emacs/commit
* lisp/character-fold.el: Add back multi-char matching
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 13:52:50 +0000 (13:52 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 1 Dec 2015 13:55:45 +0000 (13:55 +0000)
commit61a4b57f1d90f81fb491abfebd94a5a6389db62f
treea46c5636584068e3b389e379a67b19a38ecc341e
parent13258026aab835bf4d2aa74637bf46a1e06b3697
* lisp/character-fold.el: Add back multi-char matching

(character-fold-to-regexp): Uncomment recently commented code
and make the algorithm "dummer" by not checking every possible
combination.  This will miss some possible matches, but it
greatly reduces regexp size.

* test/automated/character-fold-tests.el
(character-fold--test-fold-to-regexp): Comment out test of
functionality no longer supported.
lisp/character-fold.el
test/automated/character-fold-tests.el