Mercurial > emacs
changeset 30322:6dd0219378f5
(Fnext_single_char_property_change): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Jul 2000 15:47:31 +0000 |
parents | 1f4d6c2c8a7a |
children | 4cd1b8fe118c |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Wed Jul 19 15:47:10 2000 +0000 +++ b/src/lisp.h Wed Jul 19 15:47:31 2000 +0000 @@ -2773,6 +2773,7 @@ extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; EXFUN (Fnext_property_change, 3); EXFUN (Fnext_single_property_change, 4); +EXFUN (Fnext_single_char_property_change, 4); EXFUN (Fprevious_single_property_change, 4); EXFUN (Fget_text_property, 3); EXFUN (Fput_text_property, 5);