emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.183 emacs/src/msdos.c:1.184
*** emacs/src/msdos.c:1.183     Sat May 24 18:02:52 2003
--- emacs/src/msdos.c   Sun Jun 15 17:00:45 2003
***************
*** 1,5 ****
  /* MS-DOS specific C utilities.          -*- coding: raw-text -*-
!    Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* MS-DOS specific C utilities.          -*- coding: raw-text -*-
!    Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 01, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 3130,3136 ****
    struct input_event event;
    union REGS regs;
    struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME());
! 
  #ifndef HAVE_X_WINDOWS
    /* Maybe put the cursor where it should be.  */
    IT_cmgoto (SELECTED_FRAME());
--- 3130,3137 ----
    struct input_event event;
    union REGS regs;
    struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME());
!   EVENT_INIT (event);
!   
  #ifndef HAVE_X_WINDOWS
    /* Maybe put the cursor where it should be.  */
    IT_cmgoto (SELECTED_FRAME());




reply via email to

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