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

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

Re: How to quote a list of functions?


From: Dmitry Gutov
Subject: Re: How to quote a list of functions?
Date: Sun, 9 Aug 2015 09:18:53 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0

On 08/09/2015 03:09 AM, Marcin Borkowski wrote:

A sharp quote before a list doesn't do anything. Do it like this:

Really?

(equal #'(foo) '(foo))  =>  t

And even

(eq (car #'(foo)) (car '(foo)))  =>  t

So it seems that semantically, quote and sharp-quote before a list are
exactly equivalent.

Yes, sorry, that's what I meant: it doesn't do anything extra.



reply via email to

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