aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2004-11-16 00:30:13 +0000
committerKenichi Handa2004-11-16 00:30:13 +0000
commitab5b02b01f9ac6f21d5083e950b4032be9b34eb7 (patch)
treec18290482ac95920984b84b272aa247f65497a65 /src/ChangeLog
parent8f1657f036c94543db5f8a9f6554c440355d5065 (diff)
downloademacs-ab5b02b01f9ac6f21d5083e950b4032be9b34eb7.tar.gz
emacs-ab5b02b01f9ac6f21d5083e950b4032be9b34eb7.zip
(display_mode_element): Fix previous change (calculate
end position of substring to display correctly).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 105d81a6a75..52ec2d23b6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-11-16 Kenichi Handa <handa@m17n.org>
2
3 * xdisp.c (display_mode_element): Fix previous change (calculate
4 end position of substring to display correctly).
5
12004-11-16 Kim F. Storm <storm@cua.dk> 62004-11-16 Kim F. Storm <storm@cua.dk>
2 7
3 * keyboard.c (Fposn_at_point): Remove extra */ after doc string. 8 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.