From: shuhei Date: Sun, 15 Apr 2001 06:22:37 +0000 (+0000) Subject: (eword-lexical-analyze-internal): Fix typo. [cf. ] X-Git-Tag: flim-1_14-rfc2231-merged~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2020429ba2316f9511f134cf303d02beb1cc5c28;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))