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:
parent
7a513c475d
commit
b262af48f2
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user