aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c1a7e95d1f0..ec5f657ab31 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7513,7 +7513,7 @@ x_catch_errors (dpy)
7513 Display *dpy; 7513 Display *dpy;
7514{ 7514{
7515 int count = SPECPDL_INDEX (); 7515 int count = SPECPDL_INDEX ();
7516 struct x_error_message_stack *data = malloc (sizeof (*data)); 7516 struct x_error_message_stack *data = xmalloc (sizeof (*data));
7517 Lisp_Object dummy; 7517 Lisp_Object dummy;
7518#ifdef ENABLE_CHECKING 7518#ifdef ENABLE_CHECKING
7519 dummy = make_number ((EMACS_INT)dpy + (EMACS_INT)x_error_message); 7519 dummy = make_number ((EMACS_INT)dpy + (EMACS_INT)x_error_message);