[
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:
2016年9月02日 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