emacs-devel
[Top][All Lists]
Advanced

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

CC-mode highlight change between 24.5 and 25


From: Oleh Krehel
Subject: CC-mode highlight change between 24.5 and 25
Date: Fri, 02 Sep 2016 13:58:15 +0200

Hi all,

I just noticed a difference in the highlight of this minimal file:

    #include <fstream>
    
    int test (const char *file_name) {
      std::ofstream fout (file_name);
    }

In version 24.5 the variable `fout' is properly highlighted with
`font-lock-variable-name-face'.  But in 25 it's highlighted with
`font-lock-function-name-face'.

Sorry if this was reported before. I just hope it can be fixed.

regards,
Oleh



reply via email to

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