]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: stop extra parens on expression causing false fontification as type
authorAlan Mackenzie <acm@muc.de>
Mon, 10 Dec 2018 14:30:40 +0000 (14:30 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 10 Dec 2018 14:30:40 +0000 (14:30 +0000)
commit2075864c7717491f1156998120535ce72ed8f0cc
tree7c9e2f7ac5f09384fa730fd433e62869c5a88cd1
parent0220391c0015bdec0e658c7ab206c6226bb335ca
CC Mode: stop extra parens on expression causing false fontification as type

* lisp/progmodes/cc-fonts.el (c-get-fontification-context): recognize
arithmetic operator followed by several open parentheses, not just one, as not
being an argument list.
lisp/progmodes/cc-fonts.el