Mercurial > emacs
changeset 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 | 343d3197bdea |
children | 156c32f18198 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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));