Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Dave Love <d.love@liverpool.ac.uk>
Cc: ding@gnus.org, bugs@gnus.org
Subject: Re: fix for legacy-gnus-agent.el
Date: Tue, 23 Dec 2008 17:52:02 +0100	[thread overview]
Message-ID: <87r63yltql.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87eizy99oq.fsf@liv.ac.uk> (Dave Love's message of "Tue, 23 Dec 2008 15:45:57 +0000")

On Tue, Dec 23 2008, Dave Love wrote:

> cadar is only defined by CL, which isn't loaded in a normal compilation.
>
> 2008-12-23  Dave Love  <fx@gnu.org>
>
> 	* legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
> 	cadar.

Installed.  Thanks.

> Index: legacy-gnus-agent.el
> ===================================================================
> RCS file: /usr/local/cvsroot/gnus/lisp/legacy-gnus-agent.el,v
> retrieving revision 1.12
> diff -u -F^( -r1.12 legacy-gnus-agent.el
> --- legacy-gnus-agent.el	19 May 2008 08:47:42 -0000	1.12
> +++ legacy-gnus-agent.el	23 Dec 2008 15:42:35 -0000
> @@ -186,7 +186,7 @@ (defun gnus-agent-unlist-expire-days (co
>                                                                 (when (eq 0 (string-match
>                                                                              (caar days)
>                                                                              group))
> -                                                                 (throw 'found (cadar days)))
> +                                                                 (throw 'found (cadr (car days))))
>                                                                 (setq days (cdr days)))
>                                                               nil)))
>                                                   (when day

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



           reply	other threads:[~2008-12-23 16:52 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87eizy99oq.fsf@liv.ac.uk>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r63yltql.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=bugs@gnus.org \
    --cc=d.love@liverpool.ac.uk \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).