Mercurial > emacs
diff src/lisp.h @ 28141:52b185e0d8bd
(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 14 Mar 2000 21:15:03 +0000 |
| parents | d53d22ce7f4b |
| children | 451721e784a8 |
line wrap: on
line diff
--- a/src/lisp.h Tue Mar 14 17:02:06 2000 +0000 +++ b/src/lisp.h Tue Mar 14 21:15:03 2000 +0000 @@ -2810,10 +2810,10 @@ extern void init_xfns P_ ((void)); EXFUN (Fxw_display_color_p, 1); #ifdef HAVE_X_I18N -extern void free_frame_xic P_ ((struct frame *)) +extern void free_frame_xic P_ ((struct frame *)); #endif /* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */ -#endif +#endif /* HAVE_X_WINDOWS */ /* Defined in xselect.c */ extern void syms_of_xselect P_ ((void));
