> The line I don't think I understand is (and (fboundp 'start-process) 0)
The right mailing list for this is [EMAIL PROTECTED] 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. _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
