diff options
author | Michael Livshin <mlivshin@bigfoot.com> | 2000-03-19 19:01:16 +0000 |
---|---|---|
committer | Michael Livshin <mlivshin@bigfoot.com> | 2000-03-19 19:01:16 +0000 |
commit | 89e00824a036e0490aa91d50401450059d9b1dd2 (patch) | |
tree | 6a6d2406f217859d5bbbb51b12f5afcca0c68665 /libguile/gh_funcs.c | |
parent | afcfc5bbe0fd32f9494cda95225c55197645c324 (diff) | |
download | guile-89e00824a036e0490aa91d50401450059d9b1dd2.tar.gz |
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
indentation style.
Diffstat (limited to 'libguile/gh_funcs.c')
-rw-r--r-- | libguile/gh_funcs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/gh_funcs.c b/libguile/gh_funcs.c index 179798582..8400334f4 100644 --- a/libguile/gh_funcs.c +++ b/libguile/gh_funcs.c @@ -167,3 +167,9 @@ gh_call3 (SCM proc, SCM arg1, SCM arg2, SCM arg3) { return scm_apply (proc, arg1, scm_cons2 (arg2, arg3, scm_listofnull)); } + +/* + Local Variables: + c-file-style: "gnu" + End: +*/ |