From c44a5b77be51b80293f01230a7e21f1d0fc4691e Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 16 Dec 1999 03:45:00 +0000 Subject: [PATCH] Fix typo. --- eword-decode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4