Fontify constructs following "::" in C++ argument lists correctly.
commit5ee08b3d6d59520abd138b559fdcb8e79386f7a8
authorAlan Mackenzie <acm@muc.de>
Wed, 17 Aug 2016 18:06:24 +0000 (17 18:06 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 17 Aug 2016 18:06:24 +0000 (17 18:06 +0000)
tree7bf9db4ed8bc69fb336d1c56376bbeacbcc57800
parent848591904dbf0b5f19cdeaf73944bf6730fac7c1
Fontify constructs following "::" in C++ argument lists correctly.

This fixes bug #24246.

* lisp/progmodes/cc-engine.el (c-find-decl-prefix-search): In the "pseudo
match" loop, test a found string for a match with c-opt-identifier-concat-key
(e.g. with "::").
lisp/progmodes/cc-engine.el