aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 05f98d870e9..06d0790f92f 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2425,6 +2425,7 @@ EXFUN (Ffield_string_no_properties, 1);
2425extern void set_time_zone_rule P_ ((char *)); 2425extern void set_time_zone_rule P_ ((char *));
2426 2426
2427/* defined in buffer.c */ 2427/* defined in buffer.c */
2428extern int mouse_face_overlay_overlaps P_ ((Lisp_Object));
2428extern void nsberror P_ ((Lisp_Object)); 2429extern void nsberror P_ ((Lisp_Object));
2429extern char *no_switch_window P_ ((Lisp_Object window)); 2430extern char *no_switch_window P_ ((Lisp_Object window));
2430EXFUN (Fset_buffer_multibyte, 1); 2431EXFUN (Fset_buffer_multibyte, 1);
@@ -2810,7 +2811,7 @@ extern void syms_of_undo P_ ((void));
2810 2811
2811/* defined in textprop.c */ 2812/* defined in textprop.c */
2812extern Lisp_Object Qmodification_hooks; 2813extern Lisp_Object Qmodification_hooks;
2813extern Lisp_Object Qrear_nonsticky, Qfont; 2814extern Lisp_Object Qrear_nonsticky, Qfont, Qmouse_face;
2814extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; 2815extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
2815EXFUN (Fnext_property_change, 3); 2816EXFUN (Fnext_property_change, 3);
2816EXFUN (Fnext_single_property_change, 4); 2817EXFUN (Fnext_single_property_change, 4);