I am trying to share my .emacs file across multiple hosts, some of which have emacs compiled for X and some which do not. On the ones that don't, the statement (tool-bar-mode nil) causes an error: Symbol's function definition is void: tool-bar-mode I would like to add a statement of the form (if (defined 'tool-bar-mode) (tool-bar-mode nil)) but I can't find the proper format -- is there a defined-p predicate? I checked the elisp manual but could not find it. Thanks ----- G. Ralph Kuntz, MD -- View this message in context: http://www.nabble.com/Q%3A-Testing-forthe-existence-of-a-function-tp26077455p26077455.html Sent from the Emacs - Help mailing list archive at Nabble.com.