]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Fix unwanted fontification of function call as function declaration
authorAlan Mackenzie <acm@muc.de>
Sun, 10 Apr 2022 12:20:39 +0000 (12:20 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 10 Apr 2022 12:20:39 +0000 (12:20 +0000)
commit02b521ad7456ae6834b0399ec80f56ee8ca09522
tree0465ffa03e68217391351eeea879698d96a2ed2f
parentcca47ae555bfddf87b4871988555738c335f8457
CC Mode: Fix unwanted fontification of function call as function declaration

This happens when the enclosing function's return type is a struct, etc.  This
fixes bug #54743;

* lisp/progmodes/cc-engine.el (c-update-brace-stack): Replace "(" by ")" in a
`member' call.
lisp/progmodes/cc-engine.el