summaryrefslogtreecommitdiff
path: root/libguile/feature.h
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2000-03-19 19:01:16 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2000-03-19 19:01:16 +0000
commit89e00824a036e0490aa91d50401450059d9b1dd2 (patch)
tree6a6d2406f217859d5bbbb51b12f5afcca0c68665 /libguile/feature.h
parentafcfc5bbe0fd32f9494cda95225c55197645c324 (diff)
downloadguile-89e00824a036e0490aa91d50401450059d9b1dd2.tar.gz
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
indentation style.
Diffstat (limited to 'libguile/feature.h')
-rw-r--r--libguile/feature.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/feature.h b/libguile/feature.h
index 5161db9c0..125e88324 100644
--- a/libguile/feature.h
+++ b/libguile/feature.h
@@ -76,3 +76,9 @@ extern SCM scm_hook_to_list (SCM hook);
extern void scm_init_feature (void);
#endif /* FEATUREH */
+
+/*
+ Local Variables:
+ c-file-style: "gnu"
+ End:
+*/