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

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

bug#15461: 24.3; [PATCH] exec-path on ms windows should contain current


From: Juanma Barranquero
Subject: bug#15461: 24.3; [PATCH] exec-path on ms windows should contain current directory
Date: Fri, 27 Dec 2013 00:22:59 +0100

On Thu, Dec 26, 2013 at 11:27 PM, Jarek Czekalski
<jarekczek@poczta.onet.pl> wrote:

> Member and memq have identical docstrings

Not really.

  Comparison done with `equal'.

vs

  Comparison done with `eq'.

(eq X Y) says whether X and Y are the same object, not whether they
are "equal" (for some values of "equal"; see
http://www.nhplace.com/kent/PS/EQUAL.html).

Interning a symbol in the main obarray always return the same object,
so `memq' is preferred to check a symbol against a list of symbols.

    J





reply via email to

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