emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104858: Replace runtime CL funct


From: Lars Magne Ingebrigtsen
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104858: Replace runtime CL function, as flagged by the compiler.
Date: Fri, 01 Jul 2011 20:38:31 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Glenn Morris <address@hidden> writes:

> -                    (equalp (car lw) word)
> +                    (string-equal (downcase (car lw)) (downcase word))

Sorry; I keep forgetting that equalp is a cl function.

But this isn't correct -- the point is that equalp is case-insensitive.
string-equal isn't.  Is there an equivalent non-cl function?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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