aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2003-05-26 22:19:54 +0000
committerAndreas Schwab2003-05-26 22:19:54 +0000
commit20464fdfce5d2ce0a7660c5d24a6916e650e3603 (patch)
treec2312f9bee96e09eae624e69327c25487b05959c /src/ChangeLog
parent2d031b89dcc51e3aab3f08495e7c5682af34505d (diff)
downloademacs-20464fdfce5d2ce0a7660c5d24a6916e650e3603.tar.gz
emacs-20464fdfce5d2ce0a7660c5d24a6916e650e3603.zip
(syms_of_buffer) <default-direction-reversed>: 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 5d6838ae845..b2c60e4fe92 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12003-05-27 Andreas Schwab <schwab@suse.de> 12003-05-27 Andreas Schwab <schwab@suse.de>
2 2
3 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
4
3 * xdisp.c (try_window_id): Avoid aborting if PT is inside a 5 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
4 partially visible line. 6 partially visible line.
5 7