From: shuhei Date: Sun, 15 Apr 2001 06:22:57 +0000 (+0000) Subject: (eword-lexical-analyze-internal): Fix typo. [cf. ] X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0d76a6932ffa98e7227ad3f4338e26ea4879e46c;p=elisp%2Fflim.git (eword-lexical-analyze-internal): Fix typo. [cf. ] --- diff --git a/eword-decode.el b/eword-decode.el index 6a3b447..b3277f5 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -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)))