On 02/04/2016 11:09 AM, Alan Mackenzie wrote: > Hello, Daniel. > > On Tue, Dec 07, 2010 at 02:55:00AM -0800, Daniel Colascione wrote: >> /* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD, >> it is not. */ > >> void foo() >> { >> mumble x(5); >> std::vector adffdfa(1,2,3); >> }; > > The bug has been fixed in the emacs-25 branch. Thanks!