diff options
| author | Michael Albinus | 2007-12-30 15:55:29 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-12-30 15:55:29 +0000 |
| commit | 80f9d13bfff89c026469d172128a3ea58ce31627 (patch) | |
| tree | 63bece824b1029dfa8091d1f206200357b55abfc /src | |
| parent | 0e0c4247f1e28ed91d7a90263cad165d08497bac (diff) | |
| download | emacs-80f9d13bfff89c026469d172128a3ea58ce31627.tar.gz emacs-80f9d13bfff89c026469d172128a3ea58ce31627.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 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 |