]> git.eshelyaron.com Git - emacs.git/commit
Fix coding error in c-forward-decl-or-cast-1. This fixes bug #36492.
authorAlan Mackenzie <acm@muc.de>
Mon, 8 Jul 2019 12:43:18 +0000 (12:43 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 8 Jul 2019 12:43:18 +0000 (12:43 +0000)
commit37327e85f3f8530d0f78346004d5087dcb24b66e
tree3dfa44026e8fc409146df7741667a0002e0adfb3
parentd750b37cece666716d234c6e529a3f5d9bc56bd5
Fix coding error in c-forward-decl-or-cast-1.  This fixes bug #36492.

* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): While testing for,
e.g., foo(), check we've found the ( before trying to go to its position.
lisp/progmodes/cc-engine.el