]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Mar 2019 17:40:36 +0000 (13:40 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Mar 2019 17:40:36 +0000 (13:40 -0400)
commit5feaf906e110097a443af78f549f01c1bd527e25
treeefb5e3f18e4f62d7b82b58e1cec02212baf78d9e
parent9486d87cfe7a68d43a44eecd660d2fbe8f0fcb73
* lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`

The previous code worked earlier because of a bug in `rx` (which used
`regexp-opt` without passing it to `keep-order` argument), but now that `rx`
has been fixed the underlying bug here reared its ugly head.
lisp/progmodes/python.el