From: Pavel Janík Date: Mon, 18 Mar 2002 18:16:25 +0000 (+0000) Subject: (Fplist_member): Add prototype. X-Git-Tag: ttn-vms-21-2-B4~16091 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99982883b7995f5c586ac981c7e71700fe25beb6;p=emacs.git (Fplist_member): Add prototype. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0974d0b87c0..8d00ee9c73c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-18 Pavel Jan,Bm(Bk + + * lisp.h (Fplist_member): Add prototype. + 2002-03-18 Kim F. Storm * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT, diff --git a/src/lisp.h b/src/lisp.h index 4217da85090..e73af7c19d5 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2239,6 +2239,7 @@ extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); EXFUN (Fcopy_alist, 1); EXFUN (Fplist_get, 2); EXFUN (Fplist_put, 3); +EXFUN (Fplist_member, 2); EXFUN (Fset_char_table_parent, 2); EXFUN (Fchar_table_extra_slot, 2); EXFUN (Fset_char_table_extra_slot, 3);