From 6f923de6c56112d94cd206f2c37b6095dba9cbef Mon Sep 17 00:00:00 2001 From: shuhei Date: Sun, 15 Apr 2001 06:22:47 +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 0fc7d33..e4143e6 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -749,7 +749,7 @@ be the result.") ) (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)) -- 1.7.10.4