Satoshi Yoshida wrote:

> (add-hook 'mu-cite-post-cite-hook
>         (lambda nil

Most people would put it (lambda () ... )

> Is this right?

If you quote a lambda it is just a list with data:

'(a b c)

'(lambda not an anonymous function)

Eval and you will see, there's no difference in
principle. Lists.

-- 
underground experts united
https://dataswamp.org/~incal


Reply via email to