aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorGregory Heytings2022-11-24 14:21:30 +0100
committerGregory Heytings2022-11-24 14:21:30 +0100
commitba9315b1641b483f2bf843c38dcdba0cd1643a55 (patch)
treed119cae86c7386db66be72972d90f6c83215974d /src/dbusbind.c
parentaef803d6c3d61004f15d0bc82fa7bf9952302312 (diff)
parenta3b654e069e563b0a2a6335ec310ada51400ac09 (diff)
downloademacs-ba9315b1641b483f2bf843c38dcdba0cd1643a55.tar.gz
emacs-ba9315b1641b483f2bf843c38dcdba0cd1643a55.zip
Merge master into feature/improved-locked-narrowing.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 1c74180f15c..440142757ec 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -422,7 +422,7 @@ xd_signature (char *signature, int dtype, int parent_type, Lisp_Object object)
422 case DBUS_TYPE_STRING: 422 case DBUS_TYPE_STRING:
423 case DBUS_TYPE_OBJECT_PATH: 423 case DBUS_TYPE_OBJECT_PATH:
424 case DBUS_TYPE_SIGNATURE: 424 case DBUS_TYPE_SIGNATURE:
425 /* We dont check the syntax of signature. This will be done by 425 /* We don't check the syntax of signature. This will be done by
426 libdbus. */ 426 libdbus. */
427 if (dtype == DBUS_TYPE_OBJECT_PATH) 427 if (dtype == DBUS_TYPE_OBJECT_PATH)
428 XD_DBUS_VALIDATE_PATH (object) 428 XD_DBUS_VALIDATE_PATH (object)
@@ -748,7 +748,7 @@ xd_append_arg (int dtype, Lisp_Object object, DBusMessageIter *iter)
748 case DBUS_TYPE_STRING: 748 case DBUS_TYPE_STRING:
749 case DBUS_TYPE_OBJECT_PATH: 749 case DBUS_TYPE_OBJECT_PATH:
750 case DBUS_TYPE_SIGNATURE: 750 case DBUS_TYPE_SIGNATURE:
751 /* We dont check the syntax of signature. This will be done 751 /* We don't check the syntax of signature. This will be done
752 by libdbus. */ 752 by libdbus. */
753 if (dtype == DBUS_TYPE_OBJECT_PATH) 753 if (dtype == DBUS_TYPE_OBJECT_PATH)
754 XD_DBUS_VALIDATE_PATH (object) 754 XD_DBUS_VALIDATE_PATH (object)