mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
batch mode.
This commit is contained in:
parent
1241b724c8
commit
9a4b36f891
@ -1,3 +1,8 @@
|
||||
2012-05-07 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
|
||||
batch mode.
|
||||
|
||||
2012-05-06 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* lisp.mk (lisp): Update.
|
||||
@ -245,7 +250,7 @@
|
||||
(xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
|
||||
level.
|
||||
(Fdbus_init_bus): New optional arg PRIVATE. Cache address.
|
||||
Return number of recounts.
|
||||
Return number of refcounts.
|
||||
(Fdbus_get_unique_name): Make stronger parameter check.
|
||||
(Fdbus_message_internal): New defun.
|
||||
(Fdbus_call_method, Fdbus_call_method_asynchronously)
|
||||
|
@ -115,6 +115,7 @@ static int xd_in_read_queued_messages = 0;
|
||||
do { \
|
||||
char s[1024]; \
|
||||
snprintf (s, sizeof s, __VA_ARGS__); \
|
||||
if (!noninteractive) \
|
||||
printf ("%s: %s\n", __func__, s); \
|
||||
message ("%s: %s", __func__, s); \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user