(eword-lexical-analyze-internal): Fix typo. [cf. <emacs-mime-ja:00425>]
authorshuhei <shuhei>
Sun, 15 Apr 2001 06:22:37 +0000 (06:22 +0000)
committershuhei <shuhei>
Sun, 15 Apr 2001 06:22:37 +0000 (06:22 +0000)
eword-decode.el

index 0fc7d33..e4143e6 100644 (file)
@@ -749,7 +749,7 @@ be the result.")
                          )
                (setq rest (cdr rest)))
              (or r
-                 (list (cons 'error (substring string start)) (1+ len)))
+                 (cons (cons 'error (substring string start)) (1+ len)))
              ))
       (setq dest (cons (car ret) dest)
            start (cdr ret))