diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-12 05:49:18 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-12 05:49:18 +0000 |
commit | 5626cdef22440a18235691e9f138169a0257f6a5 (patch) | |
tree | 7f48b6a43055667a02096df10fe376e8bae6bb29 /src/lisp.h | |
parent | ce4ef58746e11835293cee8b4447e8919c60ce84 (diff) | |
download | emacs-5626cdef22440a18235691e9f138169a0257f6a5.tar.gz |
(Fpropertize): Add prototype.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 70e5b035020..0a29dc47e80 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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); |