aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2003-11-30 17:12:40 +0000
committerLuc Teirlinck2003-11-30 17:12:40 +0000
commit47b54808f108f9902ce9e1898b96766f2ab438f4 (patch)
treed3c6daff93b2a205ca36526140dbbec043a3b817 /src
parent97a1bc6376397911333f1decc764379fce397728 (diff)
downloademacs-47b54808f108f9902ce9e1898b96766f2ab438f4.tar.gz
emacs-47b54808f108f9902ce9e1898b96766f2ab438f4.zip
Add EXFUN for Fget_char_property_and_overlay.
Diffstat (limited to 'src')
-rw-r--r--src/intervals.h1
1 files changed, 1 insertions, 0 deletions
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;
328extern Lisp_Object Qfront_sticky, Qrear_nonsticky; 328extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
329 329
330EXFUN (Fget_char_property, 3); 330EXFUN (Fget_char_property, 3);
331EXFUN (Fget_char_property_and_overlay, 3);
331EXFUN (Fget_text_property, 3); 332EXFUN (Fget_text_property, 3);
332EXFUN (Ftext_properties_at, 2); 333EXFUN (Ftext_properties_at, 2);
333EXFUN (Fnext_property_change, 3); 334EXFUN (Fnext_property_change, 3);