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

index 6a3b447..b3277f5 100644 (file)
@@ -689,7 +689,7 @@ be the result.")
                           (setq r (funcall func string start must-unfold))))
                (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)))
     (nreverse dest)))