emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/indent.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/indent.c,v
Date: Thu, 27 Sep 2007 18:56:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/27 18:56:16

Index: indent.c
===================================================================
RCS file: /sources/emacs/emacs/src/indent.c,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- indent.c    27 Sep 2007 18:49:57 -0000      1.197
+++ indent.c    27 Sep 2007 18:56:16 -0000      1.198
@@ -1192,7 +1192,7 @@
 struct position *
 compute_motion (from, fromvpos, fromhpos, did_motion, to, tovpos, tohpos, 
width, hscroll, tab_offset, win)
      EMACS_INT from, fromvpos, fromhpos, to, tovpos, tohpos;
-     EMACS_INT did_motion;
+     int did_motion;
      EMACS_INT width;
      EMACS_INT hscroll, tab_offset;
      struct window *win;




reply via email to

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