]> git.eshelyaron.com Git - emacs.git/commit
Translate backslash-saturated regexp to rx
authorMattias Engdegård <mattiase@acm.org>
Thu, 7 Sep 2023 16:06:34 +0000 (18:06 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 7 Sep 2023 16:20:16 +0000 (18:20 +0200)
commite95d8562c06c08d701330a640a6e9d8adda99580
tree829520b2e225ffd87415133498100da36a6a7bc6
parent7c55bf59bb77d1dddbf32d716655de8f98444df4
Translate backslash-saturated regexp to rx

* lisp/minibuffer.el (minibuffer--regexp-propertize):
The original regexp had 83 backslashes in 147 characters which may be
some kind of record.  This transformation cuts it down to 6, and the
generated regexp string is about 14 % shorter.
lisp/minibuffer.el