Stefan Reichör, 2007-07-11:

> So it is only used, when it is available.
> Does anyone know how we can suppress the byte compiler warning?

emacs-devel can probably give you a better answer, but here's what I know:

(funcall (symbol-function 'read-directory-name) ...) seems to work 
around the warning but makes the byte-code a tiny little bit less efficient.

(with-no-warnings (read-directory-name ...)) would suppress the warning, 
but is only defined in Emacs 22, where the warning is not generated in 
the first place :P

Christian.


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

Reply via email to