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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 01 Mar 2005 08:17:56 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.811 emacs/src/keyboard.c:1.812
*** emacs/src/keyboard.c:1.811  Tue Feb 15 06:41:26 2005
--- emacs/src/keyboard.c        Tue Mar  1 13:17:47 2005
***************
*** 1,6 ****
  /* Keyboard and mouse input; editor command loop.
!    Copyright (C) 1985,86,87,88,89,93,94,95,96,97,99,2000,01,02,03,04
!      Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Keyboard and mouse input; editor command loop.
!    Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997,
!      1999, 2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 10531,10536 ****
--- 10531,10539 ----
    (x, y, frame_or_window, whole)
       Lisp_Object x, y, frame_or_window, whole;
  {
+   CHECK_NATNUM (x);
+   CHECK_NATNUM (y);
+ 
    if (NILP (frame_or_window))
      frame_or_window = selected_window;
  




reply via email to

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