diff options
| author | Gerd Moellmann | 2000-07-19 15:47:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-19 15:47:31 +0000 |
| commit | 5433ffa54fd85c592235bbd48993a995df2b1fb8 (patch) | |
| tree | 036adcc0c27f59027e2a6f5033045358c96485c6 /src/lisp.h | |
| parent | 952291d9f6328ef637ae64050c78c03ff8ece013 (diff) | |
| download | emacs-5433ffa54fd85c592235bbd48993a995df2b1fb8.tar.gz emacs-5433ffa54fd85c592235bbd48993a995df2b1fb8.zip | |
(Fnext_single_char_property_change): Add prototype.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
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; | |||
| 2773 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; | 2773 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 2774 | EXFUN (Fnext_property_change, 3); | 2774 | EXFUN (Fnext_property_change, 3); |
| 2775 | EXFUN (Fnext_single_property_change, 4); | 2775 | EXFUN (Fnext_single_property_change, 4); |
| 2776 | EXFUN (Fnext_single_char_property_change, 4); | ||
| 2776 | EXFUN (Fprevious_single_property_change, 4); | 2777 | EXFUN (Fprevious_single_property_change, 4); |
| 2777 | EXFUN (Fget_text_property, 3); | 2778 | EXFUN (Fget_text_property, 3); |
| 2778 | EXFUN (Fput_text_property, 5); | 2779 | EXFUN (Fput_text_property, 5); |