diff options
Diffstat (limited to 'libguile/debug.h')
-rw-r--r-- | libguile/debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/debug.h b/libguile/debug.h index 685800c63..bae78b406 100644 --- a/libguile/debug.h +++ b/libguile/debug.h @@ -216,3 +216,9 @@ extern SCM scm_debug_hang (SCM obj); #endif /*GUILE_DEBUG*/ #endif /* DEBUGH */ + +/* + Local Variables: + c-file-style: "gnu" + End: +*/ |