* *.[hc]: add Emacs magic at the end of file, to ensure GNU
[bpt/guile.git] / libguile / strerror.c
index ce7380d..0d05f4b 100644 (file)
@@ -31,3 +31,9 @@ strerror (int errnum)
     return sys_errlist[errnum];
   return (char *) "Unknown error";
 }
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/