emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Mon, 01 Jul 2002 12:00:50 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.685 emacs/src/keyboard.c:1.686
*** emacs/src/keyboard.c:1.685  Mon Jul  1 04:04:04 2002
--- emacs/src/keyboard.c        Mon Jul  1 12:00:49 2002
***************
*** 1,5 ****
  /* Keyboard and mouse input; editor command loop.
!    Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 2001
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Keyboard and mouse input; editor command loop.
!    Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99, 2000, 01, 02
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 3368,3374 ****
  
        if (c == quit_char)
        {
!         static SIGTYPE interrupt_signal (int);
  #ifdef MULTI_KBOARD
          KBOARD *kb;
          struct input_event *sp;
--- 3368,3374 ----
  
        if (c == quit_char)
        {
!         static SIGTYPE interrupt_signal P_ ((int));
  #ifdef MULTI_KBOARD
          KBOARD *kb;
          struct input_event *sp;



reply via email to

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