[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/indent.c [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/indent.c [emacs-unicode-2] |
Date: |
Mon, 28 Jun 2004 03:55:47 -0400 |
Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.157.2.3 emacs/src/indent.c:1.157.2.4
*** emacs/src/indent.c:1.157.2.3 Fri Apr 16 12:50:48 2004
--- emacs/src/indent.c Mon Jun 28 07:29:20 2004
***************
*** 1,5 ****
/* Indentation functions.
! Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,2003
Free Software Foundation, Inc.
This file is part of GNU Emacs.
--- 1,5 ----
/* Indentation functions.
! Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,03,2004
Free Software Foundation, Inc.
This file is part of GNU Emacs.
***************
*** 1407,1412 ****
--- 1407,1413 ----
vpos++;
contin_hpos = prev_hpos;
prev_hpos = 0;
+ prev_vpos = vpos;
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/indent.c [emacs-unicode-2],
Miles Bader <=