emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Sat, 13 Nov 2004 18:30:07 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.50 emacs/src/gtkutil.c:1.51
*** emacs/src/gtkutil.c:1.50    Sat Nov 13 23:09:11 2004
--- emacs/src/gtkutil.c Sat Nov 13 23:17:55 2004
***************
*** 1150,1156 ****
--- 1150,1158 ----
       Lisp_Object arg;
  {
    struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
+   BLOCK_INPUT;
    gtk_widget_destroy (GTK_WIDGET (p->pointer));
+   UNBLOCK_INPUT;
    return Qnil;
  }
  




reply via email to

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