From: yamaoka Date: Tue, 30 Nov 1999 06:17:45 +0000 (+0000) Subject: (gnus-summary-make-marking-command-1): Use `car' and `cdr' instead of `cadr'. X-Git-Tag: t-gnus-6_13_3-07~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=869b8e8f814be9f6daf9e6792abdabf9eb7df5a4;p=elisp%2Fgnus.git- (gnus-summary-make-marking-command-1): Use `car' and `cdr' instead of `cadr'. --- 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))))