]> git.eshelyaron.com Git - emacs.git/commit
python-mode: Remove special outline-heading-end-regexp
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 13 Aug 2022 16:55:48 +0000 (18:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 19 Aug 2022 12:59:27 +0000 (14:59 +0200)
commit503112d1f01d5239b53c86fea4e12d851c185572
treea676725095f07ea5bd4fac6c9cd372a8969b0c5c
parent275cef9e06b406c6e68ec5cf9fe882ab0fde8999
python-mode: Remove special outline-heading-end-regexp

It doesn't work well with the new type annotation syntax introduced in
Python 3.5.

* lisp/progmodes/python.el (python-mode): Remove buffer-local setting
of outline-heading-end-regexp.  (Bug#53913)
lisp/progmodes/python.el