Replace pEd with more-general pI, and fix some printf arg casts.
[bpt/emacs.git] / src / xfns.c
index 51aca3e..7a57515 100644 (file)
@@ -216,7 +216,7 @@ check_x_display_info (Lisp_Object object)
       struct terminal *t = get_terminal (object, 1);
 
       if (t->type != output_x_window)
-        error ("Terminal %"pEd" is not an X display", XINT (object));
+        error ("Terminal %"pI"d is not an X display", XINT (object));
 
       dpyinfo = t->display_info.x;
     }