From 2a7552d3b7123e4f4c2287f812f0f1b366cfdca5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 29 May 2001 11:57:50 +0000 Subject: [PATCH] Typo. --- lisp/gnus-clfns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-clfns.el b/lisp/gnus-clfns.el index cbd342b..e072b30 100644 --- a/lisp/gnus-clfns.el +++ b/lisp/gnus-clfns.el @@ -291,7 +291,7 @@ not be reported." (push fn fns))) (when (and (consp form) (condition-case nil - ;; Ignore a case `(a b .c)'. + ;; Ignore a case `(a b . c)'. (length form) (error nil))) (setq forms (append (delq nil -- 1.7.10.4