From: shuhei Date: Sun, 15 Apr 2001 06:22:47 +0000 (+0000) Subject: (eword-lexical-analyze-internal): Fix typo. [cf. ] X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6f923de6c56112d94cd206f2c37b6095dba9cbef;p=elisp%2Fflim.git (eword-lexical-analyze-internal): Fix typo. [cf. ] --- 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))