aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index e4d7f5d95ed..77f932aabba 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -103,7 +103,7 @@ Lisp_Object Vdbus_debug;
103 char s[1024]; \ 103 char s[1024]; \
104 sprintf (s, __VA_ARGS__); \ 104 sprintf (s, __VA_ARGS__); \
105 message ("%s: %s", __func__, s); \ 105 message ("%s: %s", __func__, s); \
106 } 106 } \
107 } while (0) 107 } while (0)
108#define XD_DEBUG_VALID_LISP_OBJECT_P(object) 108#define XD_DEBUG_VALID_LISP_OBJECT_P(object)
109#endif 109#endif