]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Remove search limit to fontify first decl in xdisp.c
authorAlan Mackenzie <acm@muc.de>
Sat, 5 Oct 2024 17:28:28 +0000 (17:28 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 07:01:34 +0000 (09:01 +0200)
commit98005e18c2c053bd8dc2fc7198619d89791458f4
tree681bb67723eae1ce3a4c4716ea56deffd8530260
parentda1193130947b2726fe86f5927484dafc97617e3
CC Mode: Remove search limit to fontify first decl in xdisp.c

An unneeded 10,000 character search limit prevents the full
fontification of the first declaration of xdisp.c, since the
introductory commentary is longer than that.

* lisp/progmodes/cc-engine (c-find-decl-spots): Remove the
10,000 char limit.

(cherry picked from commit 4c7a6dc1a0ce8fe7bb603c907efb52d2ecf30858)
lisp/progmodes/cc-engine.el