1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Add EXFUN for Fget_char_property_and_overlay.

This commit is contained in:
Luc Teirlinck 2003-11-30 17:12:40 +00:00
parent 97a1bc6376
commit 47b54808f1

View File

@ -328,6 +328,7 @@ extern Lisp_Object Vtext_property_default_nonsticky;
extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
EXFUN (Fget_char_property, 3);
EXFUN (Fget_char_property_and_overlay, 3);
EXFUN (Fget_text_property, 3);
EXFUN (Ftext_properties_at, 2);
EXFUN (Fnext_property_change, 3);