]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpropertize): Add prototype.
authorPavel Janík <Pavel@Janik.cz>
Fri, 12 Apr 2002 05:49:18 +0000 (05:49 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 12 Apr 2002 05:49:18 +0000 (05:49 +0000)
src/lisp.h

index 70e5b0350206ec655b61247997845219e99e45bd..0a29dc47e8084bf2a37420a1ed1e5a1113c923ab 100644 (file)
@@ -2546,6 +2546,7 @@ extern void init_eval P_ ((void));
 extern void syms_of_eval P_ ((void));
 
 /* Defined in editfns.c */
+EXFUN (Fpropertize, MANY);
 EXFUN (Fcurrent_message, 0);
 EXFUN (Fgoto_char, 1);
 EXFUN (Fpoint_min_marker, 0);