]> git.eshelyaron.com Git - emacs.git/commitdiff
src/w32term.c (w32_read_socket): Remove reference to deleted variable.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 23 Sep 2012 17:33:16 +0000 (19:33 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 23 Sep 2012 17:33:16 +0000 (19:33 +0200)
src/ChangeLog
src/w32term.c

index 9300f8b726469190b294ce64d60403fd5b960851..0329e0c982cb150b41952ba9b224bd04bba7c516 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32term.c (w32_read_socket): Remove leftover reference to
+       interrupt_input_pending.
+
 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        Do not use SA_NODEFER.
index feefea77684130fa03d3560dbe07a18b66f149c6..f5424a4d5f1c53798a00989cf3c99b0acd5b0fb6 100644 (file)
@@ -4157,7 +4157,6 @@ w32_read_socket (struct terminal *terminal,
   struct w32_display_info *dpyinfo = &one_w32_display_info;
   Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight;
 
-  interrupt_input_pending = 0;
   block_input ();
 
   /* So people can tell when we have read the available input.  */