From d8d96702499023c4b8c3495ecb514f458b1ae299 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 25 Mar 1996 10:17:34 +0000 Subject: [PATCH] (rfc822/parse-ascii-token): applied Shuhei KOBAYASHI 's patch (cf. [tm-ja:1671]) --- tl-822.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tl-822.el b/tl-822.el index c911f08..8b45f96 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.4 1996-03-02 13:25:12 morioka Exp $") + "$Id: tl-822.el,v 7.5 1996-03-25 10:17:34 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -348,7 +348,7 @@ (defun rfc822/parse-ascii-token (lal) (let (token itl parsed) - (while (and lal + (while (and lal (cdr (car lal)) (if (find-charset-string (cdr (setq token (car lal)))) (setq token nil) (rfc822/ignored-token-p token) -- 1.7.10.4