intern-soft, find-face/get-face, and facep for determining faces' definedness

Stefan monnier at iro.umontreal.ca
Fri Nov 5 02:55:50 EST 2004


> And so does (progn (fset 'foobar (make-keymap)) (fboundp 'foobar)), of
> course.  But (progn (fset 'foobar (make-keymap)) (foobar)) errors, of
> course.

Of course.  `fboundp' doesn't test the type, only the boundness.
You want to try with `functionp'.


        Stefan




More information about the XEmacs-Beta mailing list