Sync up with FLIM 1.14.4.
[elisp/lemi.git] / mime / std11.el
index 051d45a..97f9359 100644 (file)
@@ -396,7 +396,7 @@ be the result."
                          (null (setq r (funcall func string start))))
                (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))