X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b189fa667ed7ac7b17f9665cd8a0c26316b3c521..5fdb398c4b75b0c834aff7132f90b0ce5317a25a:/src/xfns.c diff --git a/src/xfns.c b/src/xfns.c index 8e5639681d..04b8e44b56 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -215,7 +215,7 @@ check_x_display_info (Lisp_Object object) struct terminal *t = get_terminal (object, 1); if (t->type != output_x_window) - error ("Terminal %d is not an X display", XINT (object)); + error ("Terminal %"pEd" is not an X display", XINT (object)); dpyinfo = t->display_info.x; }