]> git.eshelyaron.com Git - emacs.git/commit
Use 'font-lock-extend-region-functions' in python-mode
authorkobarity <kobarity@gmail.com>
Wed, 24 May 2023 13:06:51 +0000 (22:06 +0900)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 May 2023 09:59:43 +0000 (12:59 +0300)
commitaa5158630e7113a67ae804d4253911028cb8f984
treefabbaccf48ac177d2d39596404070705415d9392
parentb7b82ecb2b4c2ce33c11e5388b692cd403ab55e6
Use 'font-lock-extend-region-functions' in python-mode

* lisp/progmodes/python.el (python-font-lock-extend-region): Change
arguments and return value for 'font-lock-extend-region-functions'.
(python-mode): Change from
'font-lock-extend-after-change-region-function' to
'font-lock-extend-region-functions'.  (Bug#63622)
lisp/progmodes/python.el