]> git.eshelyaron.com Git - emacs.git/commitdiff
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Mar 1995 20:20:39 +0000 (20:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Mar 1995 20:20:39 +0000 (20:20 +0000)
src/config.in

index 6cf3e1c184ea0bcac2a70a794fed8bf97a96c6d8..39fca7fc9ef67ab49353a509c820da273f5e672b 100644 (file)
@@ -69,6 +69,7 @@ and this notice must be preserved on all copies.  */
 
 /* If we're using any sort of window system, define some consequences.  */
 #ifdef HAVE_X_WINDOWS
+#define MULTI_KBOARD
 #define HAVE_FACES
 #define HAVE_MOUSE
 #endif