[comp.emacs] Small problem in 18.48

barry@clarity.Princeton.EDU (Barry Lustig) (09/04/87)

The following should fix a small typo in 18.48.



*** xterm.h~	Thu Sep  3 15:34:44 1987
--- xterm.h	Thu Sep  3 17:23:21 1987
***************
*** 42,48 ****
  do									\
  {									\
    UNBLOCK_INPUT ();							\
!   INPUT_RESIGNAL ();							\
  } while (0)
  
  #else /* SIGIO undefined */
--- 42,48 ----
  do									\
  {									\
    UNBLOCK_INPUT ();							\
!   RESIGNAL_INPUT ();							\
  } while (0)
  
  #else /* SIGIO undefined */