aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 697fd939ddc..af1ddb7a460 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2810,10 +2810,10 @@ extern void syms_of_xfns P_ ((void));
2810extern void init_xfns P_ ((void)); 2810extern void init_xfns P_ ((void));
2811EXFUN (Fxw_display_color_p, 1); 2811EXFUN (Fxw_display_color_p, 1);
2812#ifdef HAVE_X_I18N 2812#ifdef HAVE_X_I18N
2813extern void free_frame_xic P_ ((struct frame *)) 2813extern void free_frame_xic P_ ((struct frame *));
2814#endif 2814#endif
2815/* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */ 2815/* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */
2816#endif 2816#endif /* HAVE_X_WINDOWS */
2817 2817
2818/* Defined in xselect.c */ 2818/* Defined in xselect.c */
2819extern void syms_of_xselect P_ ((void)); 2819extern void syms_of_xselect P_ ((void));