aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-29 22:19:43 +0000
committerDan Nicolaescu2007-08-29 22:19:43 +0000
commit0f1444e1e179240df3fe4a1a82561c4010cda285 (patch)
treed36cfacfe93a44612cecc5c51293705f20d79f40 /src
parentb886686079fa2565808f1a48ed1d06f103c5698f (diff)
downloademacs-0f1444e1e179240df3fe4a1a82561c4010cda285.tar.gz
emacs-0f1444e1e179240df3fe4a1a82561c4010cda285.zip
* config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/config.in2
-rw-r--r--src/s/darwin.h3
3 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3913a65bd4..3d0007814ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
4 * s/darwin.h: ... do it here.
5
12007-08-29 Stefan Monnier <monnier@iro.umontreal.ca> 62007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * lisp.h (set_initial_environment): Rename from set_global_environment. 8 * lisp.h (set_initial_environment): Rename from set_global_environment.
diff --git a/src/config.in b/src/config.in
index 59d4b91ed31..475cba5fda6 100644
--- a/src/config.in
+++ b/src/config.in
@@ -940,8 +940,6 @@ Boston, MA 02110-1301, USA. */
940#ifdef HAVE_CARBON 940#ifdef HAVE_CARBON
941#define HAVE_WINDOW_SYSTEM 941#define HAVE_WINDOW_SYSTEM
942#define HAVE_MOUSE 942#define HAVE_MOUSE
943/* XXX The MULTI_KBOARD support does not work yet on this platform. */
944#undef MULTI_KBOARD
945#endif 943#endif
946 944
947/* Define USER_FULL_NAME to return a string 945/* Define USER_FULL_NAME to return a string
diff --git a/src/s/darwin.h b/src/s/darwin.h
index a2a3d862f80..300fb27e20e 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -38,6 +38,9 @@ Boston, MA 02110-1301, USA. */
38#define BSD_SYSTEM 38#define BSD_SYSTEM
39/* #define VMS */ 39/* #define VMS */
40 40
41/* XXX The MULTI_KBOARD support does not work yet on this platform. */
42#undef MULTI_KBOARD
43
41#if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses 44#if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses
42 it to distinguish Mac OS X from bare Darwin. */ 45 it to distinguish Mac OS X from bare Darwin. */
43#ifndef DARWIN 46#ifndef DARWIN