Fix typo.
authorkeiichi <keiichi>
Thu, 16 Dec 1999 03:45:00 +0000 (03:45 +0000)
committerkeiichi <keiichi>
Thu, 16 Dec 1999 03:45:00 +0000 (03:45 +0000)
eword-decode.el

index 1343bce..6acac5b 100644 (file)
@@ -673,7 +673,7 @@ be the result."
                 (setq i (1+ i))
                 (if (>= i len)
                     (throw 'tag (cons
-                                 (cons 'error (substring string start))
+                                 (cons 'error (substring string from))
                                  len
                                  )))
                 (setq last-str (concat last-str
@@ -718,7 +718,7 @@ be the result."
                           from i
                           last-str "")
                   (throw 'tag (cons
-                               (cons 'error (substring string start))
+                               (cons 'error (substring string from))
                                len
                                ))))
                (t