help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alternatives to intersection


From: Pascal J. Bourguignon
Subject: Re: Alternatives to intersection
Date: Sat, 12 Dec 2009 02:01:22 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

Nordlöw <per.nordlow@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__


reply via email to

[Prev in Thread] Current Thread [Next in Thread]