diff options
| author | Gerd Moellmann | 2000-03-14 21:15:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-14 21:15:03 +0000 |
| commit | 1c7df982a829d8fd30c1fa0ad10126459f5792ce (patch) | |
| tree | bf5597873a59e1ca7c3781c0abdfa5e3559270f9 /src | |
| parent | 7233c5bd2bd380f31a2e839b090533e43f17c3f7 (diff) | |
| download | emacs-1c7df982a829d8fd30c1fa0ad10126459f5792ce.tar.gz emacs-1c7df982a829d8fd30c1fa0ad10126459f5792ce.zip | |
(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
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)); | |||
| 2810 | extern void init_xfns P_ ((void)); | 2810 | extern void init_xfns P_ ((void)); |
| 2811 | EXFUN (Fxw_display_color_p, 1); | 2811 | EXFUN (Fxw_display_color_p, 1); |
| 2812 | #ifdef HAVE_X_I18N | 2812 | #ifdef HAVE_X_I18N |
| 2813 | extern void free_frame_xic P_ ((struct frame *)) | 2813 | extern 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 */ |
| 2819 | extern void syms_of_xselect P_ ((void)); | 2819 | extern void syms_of_xselect P_ ((void)); |