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: Michael Heerdegen
Subject: Re: How to quote a list of functions?
Date: Sun, 09 Aug 2015 03:08:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

"Pascal J. Bourguignon" <pjb@informatimago.com> writes:

> The difference, in emacs lisp, is when you compile a lambda form.

AFAIK, there is also a difference for function names when compiling:
using #'fun you enable checking whether `fun' is defined, using 'fun, it
is not checked.  So it is preferable to use #' for symbols intended to
be used as a function.


Michael.




reply via email to

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