Make Emacs use c-mode.

This commit is contained in:
Markus Armbruster 2006-02-20 05:24:44 +00:00
parent 0f23f96fe0
commit 96a1e8277a
2 changed files with 14 additions and 0 deletions

View file

@ -34,3 +34,10 @@
char empirehost[] = "@EMPIREHOST@"; char empirehost[] = "@EMPIREHOST@";
char empireport[] = "@EMPIREPORT@"; char empireport[] = "@EMPIREPORT@";
/*
* Emacs magic:
* Local Variables:
* mode: C
* End:
*/

View file

@ -72,3 +72,10 @@ char *timestampfil = "timestamp";
char *listen_addr = ""; char *listen_addr = "";
char *loginport = "@EMPIREPORT@"; char *loginport = "@EMPIREPORT@";
/*
* Emacs magic:
* Local Variables:
* mode: C
* End:
*/