aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index b2fe9b27e38..2010515ce5c 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -3411,7 +3411,7 @@ comment at the start of cc-engine.el for more info."
3411 (< c-state-old-cpp-beg here)) 3411 (< c-state-old-cpp-beg here))
3412 (c-with-all-but-one-cpps-commented-out 3412 (c-with-all-but-one-cpps-commented-out
3413 c-state-old-cpp-beg 3413 c-state-old-cpp-beg
3414 (min c-state-old-cpp-end here) 3414 c-state-old-cpp-end
3415 (c-invalidate-state-cache-1 here)) 3415 (c-invalidate-state-cache-1 here))
3416 (c-with-cpps-commented-out 3416 (c-with-cpps-commented-out
3417 (c-invalidate-state-cache-1 here)))) 3417 (c-invalidate-state-cache-1 here))))