diff options
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 9bd78fb821f..5a26c0f2770 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -8633,7 +8633,7 @@ comment at the start of cc-engine.el for more info." | |||
| 8633 | (when (and got-identifier | 8633 | (when (and got-identifier |
| 8634 | (looking-at c-after-suffixed-type-decl-key) | 8634 | (looking-at c-after-suffixed-type-decl-key) |
| 8635 | (or (eq context 'top) | 8635 | (or (eq context 'top) |
| 8636 | (and eq context nil | 8636 | (and (eq context nil) |
| 8637 | (match-beginning 1))) | 8637 | (match-beginning 1))) |
| 8638 | (if (and got-parens | 8638 | (if (and got-parens |
| 8639 | (not got-prefix) | 8639 | (not got-prefix) |