aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-27 18:08:53 +0200
committerEli Zaretskii2013-11-27 18:08:53 +0200
commitde1e0d91fe4f58aa35d8071966d978a70c349a08 (patch)
treea37e0000ce66cdfdc5dd2959b58c9397f9f47dfb /src/ChangeLog
parentfb6a5d68e3cbb993a9c72f0bf20e74951e873e72 (diff)
downloademacs-de1e0d91fe4f58aa35d8071966d978a70c349a08.tar.gz
emacs-de1e0d91fe4f58aa35d8071966d978a70c349a08.zip
Fix bug #15973 with erratic cursor motion after reverting a buffer.
src/fileio.c (Finsert_file_contents): Invalidate buffer caches when deleting portions of the buffer under non-nil REPLACE argument.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b43f758cec4..89d1fb30774 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-11-27 Eli Zaretskii <eliz@gnu.org> 12013-11-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * fileio.c (Finsert_file_contents): Invalidate buffer caches when
4 deleting portions of the buffer under non-nil REPLACE argument.
5 (Bug#15973)
6
3 * w32notify.c (Fw32notify_add_watch): If the argument FILE is a 7 * w32notify.c (Fw32notify_add_watch): If the argument FILE is a
4 directory, watch it and not its parent. 8 directory, watch it and not its parent.
5 (add_watch): Allow empty string in FILE. 9 (add_watch): Allow empty string in FILE.