From 0b6d8053eaeff2eb58472d28057425c63d24e880 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Thu, 22 Sep 2016 09:56:55 +0000 Subject: [PATCH] * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error --- lisp/progmodes/cc-engine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (when (and got-identifier (looking-at c-after-suffixed-type-decl-key) (or (eq context 'top) - (and eq context nil + (and (eq context nil) (match-beginning 1))) (if (and got-parens (not got-prefix) -- 2.39.5