aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-18 03:58:09 +0000
committerJuanma Barranquero2009-01-18 03:58:09 +0000
commitfff4e459907a2594a87d001f199c9d377ffa5a55 (patch)
tree0d9a3034dc340d3f8692c28ed5046a4d9379dc64 /src/dbusbind.c
parentacf20901186d76a6d5db0008fba8d1afa48c5671 (diff)
downloademacs-fff4e459907a2594a87d001f199c9d377ffa5a55.tar.gz
emacs-fff4e459907a2594a87d001f199c9d377ffa5a55.zip
* dbusbind.c (Fdbus_register_signal):
* process.c (conv_sockaddr_to_lisp): * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index a6a7ef706f6..6e97f168ea4 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -1659,7 +1659,7 @@ usage: (dbus-register-signal BUS SERVICE PATH INTERFACE SIGNAL HANDLER &rest ARG
1659 /* When there is no unique name, we mark it with an empty 1659 /* When there is no unique name, we mark it with an empty
1660 string. */ 1660 string. */
1661 if (NILP (uname)) 1661 if (NILP (uname))
1662 uname = build_string (""); 1662 uname = empty_unibyte_string;
1663 } 1663 }
1664 else 1664 else
1665 uname = service; 1665 uname = service;