diff options
Diffstat (limited to 'libguile/gh_test_repl.c')
-rw-r--r-- | libguile/gh_test_repl.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/gh_test_repl.c b/libguile/gh_test_repl.c index ed9b57e21..7fd3939aa 100644 --- a/libguile/gh_test_repl.c +++ b/libguile/gh_test_repl.c @@ -163,3 +163,9 @@ c_vector_test (SCM s_length) return xvec; } + +/* + Local Variables: + c-file-style: "gnu" + End: +*/ |