summaryrefslogtreecommitdiff
path: root/libguile/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/struct.h')
-rw-r--r--libguile/struct.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/struct.h b/libguile/struct.h
index 9e7bfba47..f1a9e065e 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -120,3 +120,9 @@ extern void scm_print_struct (SCM exp, SCM port, scm_print_state *);
extern void scm_init_struct (void);
#endif /* STRUCTH */
+
+/*
+ Local Variables:
+ c-file-style: "gnu"
+ End:
+*/