Make Emacs use c-mode.
This commit is contained in:
parent
0f23f96fe0
commit
96a1e8277a
2 changed files with 14 additions and 0 deletions
|
@ -34,3 +34,10 @@
|
||||||
|
|
||||||
char empirehost[] = "@EMPIREHOST@";
|
char empirehost[] = "@EMPIREHOST@";
|
||||||
char empireport[] = "@EMPIREPORT@";
|
char empireport[] = "@EMPIREPORT@";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Emacs magic:
|
||||||
|
* Local Variables:
|
||||||
|
* mode: C
|
||||||
|
* End:
|
||||||
|
*/
|
||||||
|
|
|
@ -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:
|
||||||
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue