From: keiichi Date: Thu, 16 Dec 1999 03:45:00 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c44a5b77be51b80293f01230a7e21f1d0fc4691e;p=elisp%2Fflim.git Fix typo. --- diff --git a/eword-decode.el b/eword-decode.el index 1343bce..6acac5b 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -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