emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macgui.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macgui.h
Date: Sat, 03 Jun 2006 02:33:43 +0000

Index: emacs/src/macgui.h
diff -u emacs/src/macgui.h:1.32 emacs/src/macgui.h:1.33
--- emacs/src/macgui.h:1.32     Sun May  7 08:05:19 2006
+++ emacs/src/macgui.h  Sat Jun  3 02:33:43 2006
@@ -110,6 +110,13 @@
 #endif
 #endif
 
+/* Whether to use Text Services Manager.  */
+#ifndef USE_MAC_TSM
+#ifdef MAC_OSX
+#define USE_MAC_TSM 1
+#endif
+#endif
+
 typedef WindowPtr Window;
 typedef GWorldPtr Pixmap;
 




reply via email to

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