emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Sun, 05 Feb 2006 12:14:20 +0000

Index: emacs/src/editfns.c
diff -u emacs/src/editfns.c:1.406 emacs/src/editfns.c:1.407
--- emacs/src/editfns.c:1.406   Thu Jan 26 06:41:08 2006
+++ emacs/src/editfns.c Sun Feb  5 12:14:20 2006
@@ -719,7 +719,8 @@
 {
   /* If non-zero, then the original point, before re-positioning.  */
   int orig_point = 0;
-  int fwd, prev_old, prev_new;
+  int fwd;
+  Lisp_Object prev_old, prev_new;
   
   if (NILP (new_pos))
     /* Use the current point, and afterwards, set it.  */




reply via email to

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