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 [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c [emacs-unicode-2]
Date: Wed, 17 Sep 2003 09:53:03 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.753.2.1 emacs/src/keyboard.c:1.753.2.2
*** emacs/src/keyboard.c:1.753.2.1      Mon Sep  8 08:48:11 2003
--- emacs/src/keyboard.c        Wed Sep 17 09:53:03 2003
***************
*** 1868,1874 ****
       int last_pt;
       int modified;
  {
!   int beg, end;
    Lisp_Object val, overlay, tmp;
    int check_composition = 1, check_display = 1, check_invisible = 1;
    int orig_pt = PT;
--- 1868,1874 ----
       int last_pt;
       int modified;
  {
!   EMACS_INT beg, end;
    Lisp_Object val, overlay, tmp;
    int check_composition = 1, check_display = 1, check_invisible = 1;
    int orig_pt = PT;




reply via email to

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