Files
emacs/lisp/progmodes/python.el
Stefan Monnier 5feaf906e1 * 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.
2019-03-13 13:40:36 -04:00

221 KiB