tm 7.105.2.
[elisp/tm.git] / methods / tm-latex
index 8648050..278ad38 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/csh -f
 #
 #      tm-latex: method for LaTeX
 #
@@ -18,7 +18,7 @@ case "quoted-printable":
        mmencode -q -u $1 > $filename
        breaksw
 default:
-       echo "unkown encoding"
+       echo "unknown encoding"
        exit -1
 endsw