* *.[hc]: add Emacs magic at the end of file, to ensure GNU
[bpt/guile.git] / libguile / coop-threads.h
index 435fb6b..5dd0fcb 100644 (file)
@@ -122,3 +122,9 @@ extern coop_q_t coop_global_allq;   /* A queue of all threads. */
 extern coop_t *coop_global_curr;               /* Currently-executing thread. */
 
 #endif /* COOP_THREADSH */
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/