*** empty log message ***

This commit is contained in:
Michael Albinus 2007-12-30 15:55:29 +00:00
parent 0e0c4247f1
commit 80f9d13bff

View file

@ -103,7 +103,7 @@ Lisp_Object Vdbus_debug;
char s[1024]; \
sprintf (s, __VA_ARGS__); \
message ("%s: %s", __func__, s); \
}
} \
} while (0)
#define XD_DEBUG_VALID_LISP_OBJECT_P(object)
#endif