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

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

bug#24258: 25.1.50: In C++ `for' statement, second declaration is misfon


From: Alan Mackenzie
Subject: bug#24258: 25.1.50: In C++ `for' statement, second declaration is misfontified.
Date: Thu, 18 Aug 2016 09:04:15 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

Hello, Emacs.

In C++ Mode, in the following:

    for (int32 a = 0, int32 b = 0; ; ) {
    }

, the second "int32" is getting font-lock-variable-name-face and "b" is
left unfontified.  This is a bug.

This was reported by Arash <pbqbqp@gmail.com>.

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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