projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a46a5d
)
(Fvertical_motion): Fix last change.
author
Pavel Janík
<Pavel@Janik.cz>
Thu, 25 Apr 2002 12:15:14 +0000
(12:15 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Thu, 25 Apr 2002 12:15:14 +0000
(12:15 +0000)
src/ChangeLog
patch
|
blob
|
history
src/indent.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index f0549637b6f7cccf98720151878b8e07a43346ff..5a7dc54a66941dd4e3d86231406e71a8b642eb40 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-04-25 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * indent.c (Fvertical_motion): Fix last change.
+
2002-04-25 Gerd Moellmann <gerd@gnu.org>
* indent.c (Fvertical_motion): Move to the start of the line
diff --git
a/src/indent.c
b/src/indent.c
index e2f680760756cdd699638578c494d268f0167677..e6f6c31a277704e7df78cb3f534c13f70aeaee10 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-2026,7
+2026,7
@@
whether or not it is currently displayed in some window. */)
end position is really at some X > 0, the same X that PT had. */
move_it_by_lines (&it, 0, 0);
- if (XINT (lines) !
+
0)
+ if (XINT (lines) !
=
0)
move_it_by_lines (&it, XINT (lines), 0);
SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));