]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error
authorAlan Mackenzie <acm@muc.de>
Thu, 22 Sep 2016 09:56:55 +0000 (09:56 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 22 Sep 2016 09:56:55 +0000 (09:56 +0000)
lisp/progmodes/cc-engine.el

index 9bd78fb821f063acf6c1f5b1e79423c7c0110ba6..5a26c0f27708ca43158cbedaeef44e3b22f40f0c 100644 (file)
@@ -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)