Stephen Leake, 2007-07-11:

> So I think Christian added `#' in order to improve byte-compiling,

No; I used #' instead of ' here because it makes a difference (and is 
preferable) in Common Lisp.  In Emacs Lisp, there is no difference; the 
output of the byte-compiler is identical.  Since I use both languages 
and they are compatible to a large extent, I tend to prefer idioms that 
work well in both.

That said, I do think that #' is more readable in this case since it 
signals that your intention is to pass a function, not just a symbol.

Christian.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to