aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 11ddb39ed91..edb873f5a62 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -10678,6 +10678,8 @@ This function might do hidden buffer changes."
10678 (c-forward-syntactic-ws)) 10678 (c-forward-syntactic-ws))
10679 10679
10680 (when (and (not got-identifier) 10680 (when (and (not got-identifier)
10681 (or backup-at-type
10682 (not (memq context '(arglist decl))))
10681 (or (and new-style-auto 10683 (or (and new-style-auto
10682 (looking-at c-auto-ops-re)) 10684 (looking-at c-auto-ops-re))
10683 (and (or maybe-typeless backup-maybe-typeless) 10685 (and (or maybe-typeless backup-maybe-typeless)