]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsafe_plist_get): Add EXFUN.
authorKim F. Storm <storm@cua.dk>
Mon, 15 Nov 2004 15:20:57 +0000 (15:20 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 15 Nov 2004 15:20:57 +0000 (15:20 +0000)
src/lisp.h

index 8aaeae0e3e219ae8471790fa07e5b4513da5e81a..bcaee43c558adb6f127c2f7b5b44aad80e4b6ee8 100644 (file)
@@ -2304,6 +2304,7 @@ extern Lisp_Object string_make_multibyte P_ ((Lisp_Object));
 extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));
 EXFUN (Fcopy_alist, 1);
 EXFUN (Fplist_get, 2);
+EXFUN (Fsafe_plist_get, 2);
 EXFUN (Fplist_put, 3);
 EXFUN (Fplist_member, 2);
 EXFUN (Fset_char_table_parent, 2);