bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7579: cc-mode c++ template-typed variable decl regression


From: Chong Yidong
Subject: bug#7579: cc-mode c++ template-typed variable decl regression
Date: Tue, 14 Feb 2012 22:14:33 +0800

Hi Alan,

Could you take a look at Bug#7579 too?  Thanks:


Daniel Colascione <dan.colascione@gmail.com> wrote:

> /* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD,
> it is not. */
>
> void foo()
> {
>     mumble x(5);
>     std::vector<int> adffdfa(1,2,3);
> };





reply via email to

[Prev in Thread] Current Thread [Next in Thread]