From: Luc Teirlinck Date: Sun, 30 Nov 2003 17:12:40 +0000 (+0000) Subject: Add EXFUN for Fget_char_property_and_overlay. X-Git-Tag: ttn-vms-21-2-B4~8239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47b54808f108f9902ce9e1898b96766f2ab438f4;p=emacs.git Add EXFUN for Fget_char_property_and_overlay. --- diff --git a/src/intervals.h b/src/intervals.h index 152b673d353..060731be64e 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -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);