diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-22 21:41:27 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-03-22 21:41:27 +0000 |
commit | e9c19b68181e8b3bca6fe64e5d85dd31ea71bb16 (patch) | |
tree | 061eb00467c46f6689b4b4783070a9fa110494c5 /lwlib/xlwmenuP.h | |
parent | 937a855dedb81a528abc0b96b7d4f2c4d5ef3bbb (diff) | |
download | emacs-e9c19b68181e8b3bca6fe64e5d85dd31ea71bb16.tar.gz |
Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
Diffstat (limited to 'lwlib/xlwmenuP.h')
-rw-r--r-- | lwlib/xlwmenuP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 9937aa174ef..12cc1790d9d 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #include "xlwmenu.h" #include <X11/CoreP.h> +/* FIXME: HAVE_X_I18N does not work yet. */ +#undef HAVE_X_I18N + /* Elements in the stack arrays. */ typedef struct _window_state { |