[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Alternatives to intersection
From: |
Nordlöw |
Subject: |
Re: Alternatives to intersection |
Date: |
Sat, 12 Dec 2009 01:27:29 -0800 (PST) |
User-agent: |
G2/1.0 |
On Dec 12, 2:01 am, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
> Nordlöw <per.nord...@gmail.com> writes:
> > Are there any alternatives to the function intersection especially for
> > eq-comparisons?
>
> (require 'cl)
> (intersection a b :test (function eq))
>
> --
> __Pascal Bourguignon__
Thanks,
/Per