emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0b6d805: * lisp/progmodes/cc-engine.el (c-forward-d


From: Alan Mackenzie
Subject: [Emacs-diffs] master 0b6d805: * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error
Date: Thu, 22 Sep 2016 09:58:58 +0000 (UTC)

branch: master
commit 0b6d8053eaeff2eb58472d28057425c63d24e880
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * 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 9bd78fb..5a26c0f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]