Mercurial > emacs
changeset 53202:8d8fae1e281a
Add EXFUN for Fget_char_property_and_overlay.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 30 Nov 2003 17:12:40 +0000 |
parents | c90162ba57c6 |
children | 14b91211c987 |
files | src/intervals.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Sun Nov 30 17:08:28 2003 +0000 +++ b/src/intervals.h Sun Nov 30 17:12:40 2003 +0000 @@ -328,6 +328,7 @@ 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);