logo       

RE: elisp question: msg#00011

emacs.sources

Subject: RE: elisp question

> The line I don't think I understand is (and (fboundp 'start-process) 0)

The right mailing list for this is help-gnu-emacs@xxxxxxxx

This sexp will return zero if `start-process' is a function and nil
otherwise. That is, if the function definition of symbol `start-process' is
not void, then it returns zero, else nil.


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise