Synch up with flim-1_14
[elisp/flim.git] / std11.el
index 051d45a..97f9359 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -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))