]> git.eshelyaron.com Git - emacs.git/commit
Fix "Invalid search bound (wrong side of point)" in fontification.
authorAlan Mackenzie <acm@muc.de>
Mon, 10 Aug 2015 16:54:35 +0000 (16:54 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 10 Aug 2015 16:54:35 +0000 (16:54 +0000)
commit092e0a0c51a1d71236f28ec186963f1ab24f8efb
tree72e61fb4f7a403d589b5de2bb020a63344d26165
parenta9bb9d8fc22417d1fafd8001d89a91c33c8b39ec
Fix "Invalid search bound (wrong side of point)" in fontification.

progmodes/cc-fonts.el (c-font-lock-declarators): After skipping an
initialization expression, check point is not beyond the fontification
limit.
lisp/progmodes/cc-fonts.el