projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc24ae3
)
(gnus-summary-make-marking-command-1): Use `car' and `cdr' instead of `cadr'.
author
yamaoka
<yamaoka>
Tue, 30 Nov 1999 06:17:45 +0000
(06:17 +0000)
committer
yamaoka
<yamaoka>
Tue, 30 Nov 1999 06:17:45 +0000
(06:17 +0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
9d5bb7e
..
25801c6
100644
(file)
--- 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))))