emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xmenu.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Wed, 16 Mar 2005 20:37:31 -0500

Index: emacs/src/xmenu.c
diff -c emacs/src/xmenu.c:1.281 emacs/src/xmenu.c:1.282
*** emacs/src/xmenu.c:1.281     Sat Mar 12 23:29:04 2005
--- emacs/src/xmenu.c   Thu Mar 17 01:37:31 2005
***************
*** 137,142 ****
--- 137,144 ----
  #ifdef USE_GTK
  /* gtk just uses utf-8.  */
  # define ENCODE_MENU_STRING(str) ENCODE_UTF_8 (str)
+ #elif defined HAVE_X_I18N
+ # define ENCODE_MENU_STRING(str) ENCODE_SYSTEM (str)
  #else
  # define ENCODE_MENU_STRING(str) string_make_unibyte (str)
  #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]