Added style-control file variables for emacs to all C files.

Changes based on official version of TinyScheme (CVS commit dated
2009/06/15 00:01).
This commit is contained in:
Kevin Cozens 2009-08-17 21:52:10 -04:00
parent 70de6ab70f
commit 05f2bd1aac
3 changed files with 17 additions and 0 deletions

View File

@ -202,3 +202,9 @@ void setimmutable(pointer p);
#endif
#endif
/*
Local variables:
c-file-style: "k&r"
End:
*/

View File

@ -5080,3 +5080,9 @@ int main(int argc, char **argv) {
}
#endif
/*
Local variables:
c-file-style: "k&r"
End:
*/

View File

@ -259,3 +259,8 @@ void scheme_register_foreign_func_list(scheme * sc,
#endif
/*
Local variables:
c-file-style: "k&r"
End:
*/