aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-04-20 08:46:37 +0000
committerKim F. Storm2006-04-20 08:46:37 +0000
commitbdb60d06303a98eb7d1c31dd3f68e5e79fe006cb (patch)
treee1bfe24ffba0e29269bfe0d9bc398d93512f7ec3
parentccb93d4011ceee2b097bb6b4572146ac2237b842 (diff)
downloademacs-bdb60d06303a98eb7d1c31dd3f68e5e79fe006cb.tar.gz
emacs-bdb60d06303a98eb7d1c31dd3f68e5e79fe006cb.zip
*** empty log message ***
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 69e65b21cf9..0fd1c364b5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12006-04-20 Kim F. Storm <storm@cua.dk> 12006-04-20 Kim F. Storm <storm@cua.dk>
2 2
3 * xdisp.c (redisplay_window): Fix last change.
4
3 * xdisp.c (redisplay_window): If current window start is not at the 5 * xdisp.c (redisplay_window): If current window start is not at the
4 beginning of a line, select a new window start if buffer is modified 6 beginning of a line, select a new window start if buffer is modified
5 and window start is in the modified region, but the first change is 7 and window start is in the modified region, but the first change is