Hello, I'm using "GNU Emacs 22.0.92.1 (i386-mingw-nt5.1.2600) of 2006-12-29 on LENNART-69DE564 (patched)"
If I want to edit with a C-File starting with a #define statement,
the file starts in major mode "image-mode".
For example file tt.c:
#define MY_DEFINE
int main(int argc, char * argv[])
{
return 0;
}
comes up in image mode.
If I delete the first line, everything works fine.
How can I change this behavior?
Regards,
Thoralf Kauk
