Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!mcgrath From: mcgrath@paris.Berkeley.EDU (Roland McGrath) Newsgroups: gnu.emacs Subject: Re: in Emacs-Lisp, how do you find if a symbol is defined? Message-ID: Date: 5 Feb 89 18:05:54 GMT References: Sender: usenet@agate.BERKELEY.EDU Distribution: gnu Organization: /lang/guest/mcgrath/News/.organization Lines: 6 In-reply-to: rcardena@hqpyr1.oracle.com's message of 5 Feb 89 08:16:29 GMT (boundp 'foo) is t if foo's value is not void, nil if it is void. (fboundp 'foo) is t if foo has a function definition, nil if not. -- Roland McGrath roland@wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland