aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-09-18 19:20:53 +0000
committerRichard M. Stallman2004-09-18 19:20:53 +0000
commit557ca2c1b40f8bd3061e242ec4346d099a37d032 (patch)
treea763c721cbfdf681ce75cac0b71e3744fe2ebb87 /src/ChangeLog
parent1b8950e5313f348867100abb4fe47d5a66649ba4 (diff)
downloademacs-557ca2c1b40f8bd3061e242ec4346d099a37d032.tar.gz
emacs-557ca2c1b40f8bd3061e242ec4346d099a37d032.zip
(syms_of_buffer) <default-major-mode>: Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d8cfd61200..9cd8931ff8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12004-09-18 Richard M. Stallman <rms@gnu.org> 12004-09-18 Richard M. Stallman <rms@gnu.org>
2 2
3 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
4
3 * xdisp.c (try_window_reusing_current_matrix): 5 * xdisp.c (try_window_reusing_current_matrix):
4 Handle the case where we reach the old displayed text, 6 Handle the case where we reach the old displayed text,
5 out of sync with the old line boundary. 7 out of sync with the old line boundary.