found 25123 24.3 tags 25123 patch quit Patrick Xarles Hayes writes: > The following fails in both Emacs 24.3.1 and 25.1.50.1: > > (require 'rx) > (rx-any '(char (93 . 123) (60 . 91) (45 . 58))) > > I rewrote `rx-any' to the following, and it seems to work (though it may > be introducing new bugs I'm not noticing): > There seems to be a lot of changes there, I can't really follow it. Here's a more minimal patch: