go-fringe.go: Language change: `closed' function on channels has gone.
[fringe] / f#-fringe.fs
index 45d011b..cc00318 100644 (file)
@@ -1,4 +1,4 @@
-/// -*-fsharp-mode-*-
+/// -*- mode: fsharp-mode; indent-tabs-mode: nil -*-
 ///
 /// F# implementation of a `same-fringe' solver.
 
@@ -114,5 +114,5 @@ let main args =
     | exc ->
       fprintf stderr "%s: %s\n" program_name exc.Message
       1
-  
+
 ///----- That's all, folks --------------------------------------------------