emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding assoc-delete-all / rassoc-delete-all


From: Stefan Monnier
Subject: Re: Adding assoc-delete-all / rassoc-delete-all
Date: Thu, 17 Apr 2014 08:29:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> ,--------------------------------------------------------
> | case is an alias for `cl-case' in `cl.el'.
> | 
> | (case EXPR (KEYLIST BODY...)...)
> | 
> | Eval EXPR and choose among clauses on that value. [...]
> | Key values are compared by `eql'.
> `--------------------------------------------------------
> that does comparison with `equal' too (or does it exist and I just
> missed it?).

Not quite what you're asking, but `pcase' uses `equal' to compare strings.


        Stefan



reply via email to

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