aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-19 15:47:31 +0000
committerGerd Moellmann2000-07-19 15:47:31 +0000
commit5433ffa54fd85c592235bbd48993a995df2b1fb8 (patch)
tree036adcc0c27f59027e2a6f5033045358c96485c6 /src/lisp.h
parent952291d9f6328ef637ae64050c78c03ff8ece013 (diff)
downloademacs-5433ffa54fd85c592235bbd48993a995df2b1fb8.tar.gz
emacs-5433ffa54fd85c592235bbd48993a995df2b1fb8.zip
(Fnext_single_char_property_change): Add prototype.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index e4fe1ead42a..bc51a868366 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2773,6 +2773,7 @@ extern Lisp_Object Qrear_nonsticky, Qfont;
2773extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; 2773extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
2774EXFUN (Fnext_property_change, 3); 2774EXFUN (Fnext_property_change, 3);
2775EXFUN (Fnext_single_property_change, 4); 2775EXFUN (Fnext_single_property_change, 4);
2776EXFUN (Fnext_single_char_property_change, 4);
2776EXFUN (Fprevious_single_property_change, 4); 2777EXFUN (Fprevious_single_property_change, 4);
2777EXFUN (Fget_text_property, 3); 2778EXFUN (Fget_text_property, 3);
2778EXFUN (Fput_text_property, 5); 2779EXFUN (Fput_text_property, 5);