From 869b8e8f814be9f6daf9e6792abdabf9eb7df5a4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 30 Nov 1999 06:17:45 +0000 Subject: [PATCH] (gnus-summary-make-marking-command-1): Use `car' and `cdr' instead of `cadr'. --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 9d5bb7e..25801c6 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -9854,7 +9854,7 @@ If N, the prefix, then repeat N times. If N is negative, move in reverse order. The difference between N and the actual number of articles marked is returned." - name (cadr lway)) + name (car (cdr lway))) (interactive "p") (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway)))) -- 1.7.10.4