summaryrefslogtreecommitdiff
path: root/libguile/throw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/throw.h')
-rw-r--r--libguile/throw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/throw.h b/libguile/throw.h
index 04cdfb361..451309f09 100644
--- a/libguile/throw.h
+++ b/libguile/throw.h
@@ -97,9 +97,3 @@ SCM_API SCM scm_throw (SCM key, SCM args) SCM_NORETURN;
SCM_INTERNAL void scm_init_throw (void);
#endif /* SCM_THROW_H */
-
-/*
- Local Variables:
- c-file-style: "gnu"
- End:
-*/