1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(gnus-kill): Typo.

This commit is contained in:
Stefan Monnier 2000-10-05 23:23:06 +00:00
parent 7a513c475d
commit b262af48f2

View File

@ -523,7 +523,7 @@ COMMAND must be a lisp expression or a string representing a key sequence."
(if (listp kill-list)
;; It is a list.
(if (not (consp (cdr kill-list)))
;; It's on the form (regexp . date).
;; It's of the form (regexp . date).
(if (zerop (gnus-execute field (car kill-list)
command nil (not all)))
(when (> (days-between date (cdr kill-list))