emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 20 Feb 2006 01:18:43 +0000

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.897 emacs/src/xterm.c:1.898
--- emacs/src/xterm.c:1.897     Tue Feb 14 10:01:23 2006
+++ emacs/src/xterm.c   Mon Feb 20 01:18:43 2006
@@ -7513,7 +7513,7 @@
      Display *dpy;
 {
   int count = SPECPDL_INDEX ();
-  struct x_error_message_stack *data = malloc (sizeof (*data));
+  struct x_error_message_stack *data = xmalloc (sizeof (*data));
   Lisp_Object dummy;
 #ifdef ENABLE_CHECKING
   dummy = make_number ((EMACS_INT)dpy + (EMACS_INT)x_error_message);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]