Mercurial > emacs
changeset 30679:4b6b1069c0ff
(Fprevious_single_char_property_change): Declare.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 08 Aug 2000 14:39:46 +0000 |
parents | 1137a24ee515 |
children | b37713f3c4a9 |
files | src/intervals.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.h Tue Aug 08 14:39:19 2000 +0000 +++ b/src/intervals.h Tue Aug 08 14:39:46 2000 +0000 @@ -290,6 +290,7 @@ EXFUN (Fremove_text_properties, 4); EXFUN (Ftext_property_any, 5); EXFUN (Ftext_property_not_all, 5); +EXFUN (Fprevious_single_char_property_change, 4); extern Lisp_Object copy_text_properties P_ ((Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object));