]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/darwin.h (MULTI_KBOARD): Only define for Carbon.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 11 Sep 2007 01:04:00 +0000 (01:04 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 11 Sep 2007 01:04:00 +0000 (01:04 +0000)
src/ChangeLog
src/s/darwin.h

index c1a03ed3e858d607c077e2f634835a2624ac386d..6b31cebce49c5b8e0cfc375550a69a44801e7b81 100644 (file)
@@ -1,5 +1,7 @@
 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
+
        * xterm.c (x_create_terminal): Add comment.
 
        * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
index 300fb27e20e546cbfcbb3416b1ab1da19d8e3171..6bfa0e95106e13cd610ba302e6321699b059e0b0 100644 (file)
@@ -38,9 +38,6 @@ Boston, MA 02110-1301, USA.  */
 #define BSD_SYSTEM
 /* #define VMS */
 
-/* XXX The MULTI_KBOARD support does not work yet on this platform. */
-#undef MULTI_KBOARD
-
 #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses
         it to distinguish Mac OS X from bare Darwin.  */
 #ifndef        DARWIN
@@ -55,6 +52,10 @@ Boston, MA 02110-1301, USA.  */
 #define MAC_OS
 /* We need a little extra space, see ../../lisp/loadup.el. */
 #define SYSTEM_PURESIZE_EXTRA 30000
+
+/* XXX The MULTI_KBOARD support does not work yet on this platform. */
+#undef MULTI_KBOARD
+
 #endif
 #endif