Mercurial > hg > xemacs-beta
diff src/console-x.h @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | c5d627a313b1 |
children | 6240c7796c7a |
line wrap: on
line diff
--- a/src/console-x.h Mon Aug 13 10:31:30 2007 +0200 +++ b/src/console-x.h Mon Aug 13 10:32:22 2007 +0200 @@ -440,9 +440,9 @@ #define HANDLING_X_ERROR(dpy, body) \ ( expect_x_error ((dpy)), (body), signal_if_x_error ((dpy), 0)) +void Initialize_Locale (void); + #ifdef HAVE_XIM -/* Locale */ -void Initialize_Locale (void); /* X Input Method `methods' */ void XIM_init_device (struct device *d);