Ihor Radchenko <[email protected]> writes: > Morgan Smith <[email protected]> writes: > >> Pedro Andres Aranda Gutierrez <[email protected]> writes: >> >>> 1. make sure that the preferred way of calling lambda is used: >>> #'(lambda()...) >> >> Quick question: Why? >> > > Strictly speaking, it is a question of style. There is indeed no > difference. But #'(lambda ...) clearly indicates that it is intended to > be a function, not data.
Thanks for the answer! Good to know! I began my Emacs journey around the time they where removing the single quotes from all the lambda's so my gut reaction to seeing the commit was "that can't be right". I didn't actually know you could sharp quote anonymous lambda's until today. Thanks! Morgan
