diff options
| author | Kenichi Handa | 2004-11-16 00:30:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-11-16 00:30:13 +0000 |
| commit | ab5b02b01f9ac6f21d5083e950b4032be9b34eb7 (patch) | |
| tree | c18290482ac95920984b84b272aa247f65497a65 /src/ChangeLog | |
| parent | 8f1657f036c94543db5f8a9f6554c440355d5065 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-11-16 Kim F. Storm <storm@cua.dk> | 6 | 2004-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. |