diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 3bdec0fa4a6..54e92cce16e 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -1849,12 +1849,7 @@ string denoting the bus address. SERIAL is the serial number of the | |||
| 1849 | non-blocking method call, a reply is expected. Both arguments must | 1849 | non-blocking method call, a reply is expected. Both arguments must |
| 1850 | not be nil. The value in the hash table is HANDLER, the function to | 1850 | not be nil. The value in the hash table is HANDLER, the function to |
| 1851 | be called when the D-Bus reply message arrives. */); | 1851 | be called when the D-Bus reply message arrives. */); |
| 1852 | { | 1852 | Vdbus_registered_objects_table = CALLN (Fmake_hash_table, QCtest, Qequal); |
| 1853 | Lisp_Object args[2]; | ||
| 1854 | args[0] = QCtest; | ||
| 1855 | args[1] = Qequal; | ||
| 1856 | Vdbus_registered_objects_table = Fmake_hash_table (2, args); | ||
| 1857 | } | ||
| 1858 | 1853 | ||
| 1859 | DEFVAR_LISP ("dbus-debug", Vdbus_debug, | 1854 | DEFVAR_LISP ("dbus-debug", Vdbus_debug, |
| 1860 | doc: /* If non-nil, debug messages of D-Bus bindings are raised. */); | 1855 | doc: /* If non-nil, debug messages of D-Bus bindings are raised. */); |