diff options
| author | Michael Albinus | 2010-09-28 15:39:22 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-09-28 15:39:22 +0200 |
| commit | dec834684640a6495b39bf11e500d326b4ff193b (patch) | |
| tree | 5df895cb9e1a97c7d4b6aac2056fe795dadbe3e5 /src/dbusbind.c | |
| parent | 53ad04fc4628d0c75ff3054bd3b77c8689fca6d4 (diff) | |
| download | emacs-dec834684640a6495b39bf11e500d326b4ff193b.tar.gz emacs-dec834684640a6495b39bf11e500d326b4ff193b.zip | |
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
is more portable.
* keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
(kbd_buffer_get_event): ... here. This is needed for cygwin, which
has not defined SIGIO.
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 93887fa9902..f3a573d3bce 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -2135,7 +2135,7 @@ message arrives. */); | |||
| 2135 | #else | 2135 | #else |
| 2136 | Vdbus_debug = Qnil; | 2136 | Vdbus_debug = Qnil; |
| 2137 | /* We do not want to abort. */ | 2137 | /* We do not want to abort. */ |
| 2138 | setenv ("DBUS_FATAL_WARNINGS", "0", 1); | 2138 | putenv ("DBUS_FATAL_WARNINGS=0"); |
| 2139 | #endif | 2139 | #endif |
| 2140 | 2140 | ||
| 2141 | Fprovide (intern_c_string ("dbusbind"), Qnil); | 2141 | Fprovide (intern_c_string ("dbusbind"), Qnil); |