emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Sun, 15 Jun 2003 16:52:35 -0400

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.64 emacs/src/termhooks.h:1.65
*** emacs/src/termhooks.h:1.64  Wed Jun  4 18:08:47 2003
--- emacs/src/termhooks.h       Sun Jun 15 16:52:33 2003
***************
*** 1,6 ****
  /* Hooks by which low level terminal operations
     can be made to call other routines.
!    Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Hooks by which low level terminal operations
     can be made to call other routines.
!    Copyright (C) 1985,86,93,94,2003  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 370,375 ****
--- 370,377 ----
       HELP_EVENTs and avoids calling Fcons during signal handling.  */
    Lisp_Object arg;
  };
+ 
+ #define EVENT_INIT(event) bzero (&(event), sizeof (struct input_event))
  
  /* Called to read input events.  */
  extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int));




reply via email to

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