Files
emacs/lisp/progmodes/python.el
Lars Ingebrigtsen 85db21b94b Avoid hangs in python-mode with debug-on-error set
* lisp/progmodes/python.el (python-nav-end-of-statement): Avoid
using cl-assert here, because this is called from the font-lock
machinery, and if debug-on-error is set here, we'll hang Emacs
(bug#54996).
2022-04-18 13:17:32 +02:00

236 KiB