emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/w32menu.c
Date: Sun, 15 Jun 2003 17:05:34 -0400

Index: emacs/src/w32menu.c
diff -c emacs/src/w32menu.c:1.64 emacs/src/w32menu.c:1.65
*** emacs/src/w32menu.c:1.64    Sat May 24 18:05:49 2003
--- emacs/src/w32menu.c Sun Jun 15 17:05:34 2003
***************
*** 1,5 ****
  /* Menu support for GNU Emacs on the Microsoft W32 API.
!    Copyright (C) 1986, 88, 93, 94, 96, 98, 1999 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Menu support for GNU Emacs on the Microsoft W32 API.
!    Copyright (C) 1986,88,93,94,96,98,1999,2003  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 1035,1040 ****
--- 1035,1041 ----
              int j;
              struct input_event buf;
              Lisp_Object frame;
+             EVENT_INIT (buf);
  
              XSETFRAME (frame, f);
              buf.kind = MENU_BAR_EVENT;




reply via email to

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