]> git.eshelyaron.com Git - emacs.git/commit
Ensure upper bound of font-lock region is less than point-max
authorAlan Mackenzie <acm@muc.de>
Sun, 5 Feb 2023 15:59:44 +0000 (15:59 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 5 Feb 2023 15:59:44 +0000 (15:59 +0000)
commit18c43bb9d6ced167aa315b4485b6283247e8b127
treea3960777ffb76bfa741e85fe32aac59d123b453f
parent94f291d1505a6eccc3d7503992265f9e15101c86
Ensure upper bound of font-lock region is less than point-max

This fixes bug #61298.  The new long-lines code may have narrowed a buffer
before font-lock-default-fontify-region gets called.

* lisp/font-lock.el (font-lock-default-fontify-region): Set `end' to point-max
if it is greater that it.
lisp/font-lock.el