* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error
This commit is contained in:
parent
c0603964fd
commit
0b6d8053ea
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue