]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fplist_member): Add prototype.
authorPavel Janík <Pavel@Janik.cz>
Mon, 18 Mar 2002 18:16:25 +0000 (18:16 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 18 Mar 2002 18:16:25 +0000 (18:16 +0000)
src/ChangeLog
src/lisp.h

index 0974d0b87c0cf5c627e7b6aec7abb8861a9b2e2a..8d00ee9c73c84d195cdc3b32225f538d6385e022 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * lisp.h (Fplist_member): Add prototype.
+
 2002-03-18  Kim F. Storm  <storm@cua.dk>
 
        * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
index 4217da850907f56ac4bf91e08a5bf9ea100ed5f2..e73af7c19d599f3132e709a7114cac5779c9ac8b 100644 (file)
@@ -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);