From 0d76a6932ffa98e7227ad3f4338e26ea4879e46c Mon Sep 17 00:00:00 2001 From: shuhei Date: Sun, 15 Apr 2001 06:22:57 +0000 Subject: [PATCH] (eword-lexical-analyze-internal): Fix typo. [cf. ] --- eword-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.10.4