Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ucla-cs!zen!ucbvax!smpvax1.UUCP!sbb From: sbb@smpvax1.UUCP.UUCP Newsgroups: comp.emacs Subject: Gnu Emacs document improvement Message-ID: <8709010149.AA16061@trwrb.UUCP> Date: Mon, 31-Aug-87 22:11:13 EDT Article-I.D.: trwrb.8709010149.AA16061 Posted: Mon Aug 31 22:11:13 1987 Date-Received: Wed, 2-Sep-87 01:18:25 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 7 Spencer Thomas replied to a previous message requesting a predicate to distinguish a C function from one that's defined in Emacs Lisp. GNU Emacs already has a "c-function-p" predicate: subrp. Given a function object (such as what symbol-function would return), subrp will return T if that object was defined in C, and nil if not. sbb