From b5a5209ea45814fb44674d22528e6af67b10b80b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 26 Sep 2010 20:51:25 +0200 Subject: [PATCH] Fix typo in last checkin. --- lisp/nndraft.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 16e0109cd..5dc51f321 100644 --- a/lisp/nndraft.el +++ b/lisp/nndraft.el @@ -222,11 +222,11 @@ are generated if and only if they are also in `message-draft-headers'.") (deffoo nndraft-request-expire-articles (articles group &optional server force) (nndraft-possibly-change-group group) (let* ((nnmh-allow-delete-final t) - ((nnmail-expiry-target - (or (gnus-group-find-parameter - (gnus-group-prefixed-name "nndraft" (list 'nndraft server)) - 'expiry-target t) - nnmail-expiry-target))) + (nnmail-expiry-target + (or (gnus-group-find-parameter + (gnus-group-prefixed-name "nndraft" (list 'nndraft server)) + 'expiry-target t) + nnmail-expiry-target)) (res (nnoo-parent-function 'nndraft 'nnmh-request-expire-articles (list articles group server force))) -- 2.25.1