]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Fix error in macro cache. This fixes bug #36802
authorAlan Mackenzie <acm@muc.de>
Fri, 2 Aug 2019 13:38:13 +0000 (13:38 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 2 Aug 2019 13:39:57 +0000 (13:39 +0000)
commit558038ccb76614d60bf54cb62359027d25e00f72
tree3e9e9065d71381c53c40e474af2d92af6b3b8f1e
parenteddf4664d786e16b34f6bd0af238a567feb5012c
CC Mode: Fix error in macro cache.  This fixes bug #36802

* lisp/progmodes/cc-engine.el (c-invalidate-macro-cache): Add in a cond arm
to handle the change position being less than the recorded CPP contruct end.
lisp/progmodes/cc-engine.el