Hi Aaron,

Aaron Ecay <aarone...@gmail.com> writes:

> Commit a5686d87 (link[1]) changes several uses of #' to '.  Is this org
> “house style”?

Not really.  My decision for this can be sumed up like this:

#+begin_src elisp
(defun i-give-a-warning () (mapc 'does-exist '(1 2 3)))
(defun i-do-not () (mapc #'maybe-problematic-for-compilation '(1 2 3)))
#+end_src

But I don't feel strongly about that, except for #'(lambda ...) which
is just redondant, if not misleading.

2 cts,

-- 
 Bastien

Reply via email to