summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt1
2 files changed, 4 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c451b2dfbb2..fe0a7131216 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * config.nt (MULTI_KBOARD): Remove.
+
2008-07-23 Jason Rumney <jasonr@gnu.org>
* configure.bat: New option --profile.
diff --git a/nt/config.nt b/nt/config.nt
index 5df5a02867e..dea980ece13 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -81,7 +81,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* If we're using any sort of window system, define some consequences. */
#ifdef HAVE_X_WINDOWS
#define HAVE_WINDOW_SYSTEM
-#define MULTI_KBOARD
#define HAVE_MOUSE
#endif