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 02:48:07 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0

Hi,

On 08/09/2015 02:42 AM, Marcin Borkowski wrote:
Does that mean that I should quote a /list/ of functions
with it, too?  So: #'(some-function some-other-function), for example?
(A list of functions makes sense in customizing certain behaviors, like
hooks or filter lists in Org.)

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

(list #'some-function #'some-other-function)



reply via email to

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