bug#2918: 23.0.92; objc-mode misses fontification of leading _
Nikolaj Schumacher <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
of 2009-04-06 on thursday
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns' '--without-x''
In objc-mode some variable declarations aren't highlighted.
int main() {
int value;
int _value; // <-
int *value;
int *_value; // <-
}
It works correctly in c-mode or c++-mode.
Maybe a \< instead of a \_< somewhere?
regards,
Nikolaj Schumacher