mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
(Fnext_single_char_property_change): Add prototype.
This commit is contained in:
parent
952291d9f6
commit
5433ffa54f
1 changed files with 1 additions and 0 deletions
|
|
@ -2773,6 +2773,7 @@ extern Lisp_Object Qrear_nonsticky, Qfont;
|
|||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue