(gnus-summary-make-marking-command-1): Use `car' and `cdr' instead of `cadr'.
authoryamaoka <yamaoka>
Tue, 30 Nov 1999 06:17:45 +0000 (06:17 +0000)
committeryamaoka <yamaoka>
Tue, 30 Nov 1999 06:17:45 +0000 (06:17 +0000)
lisp/gnus-sum.el

index 9d5bb7e..25801c6 100644 (file)
@@ -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))))