diff options
Diffstat (limited to 'src')
| -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); |