emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/macmenu.c
Date: Sun, 15 Jun 2003 16:58:00 -0400

Index: emacs/src/macmenu.c
diff -c emacs/src/macmenu.c:1.10 emacs/src/macmenu.c:1.11
*** emacs/src/macmenu.c:1.10    Sat May 24 18:00:08 2003
--- emacs/src/macmenu.c Sun Jun 15 16:58:00 2003
***************
*** 1,5 ****
  /* Menu support for GNU Emacs on the for Mac OS.
!    Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Menu support for GNU Emacs on the for Mac OS.
!    Copyright (C) 2000, 2001, 2002, 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]