diff options
| author | Kenichi Handa | 2008-02-28 05:46:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-02-28 05:46:27 +0000 |
| commit | ee548a94a0fdc550326d2563e6efc41522012b35 (patch) | |
| tree | 133b94b6daee842cba72f74d358896eda0a122a6 /src/ChangeLog | |
| parent | 74c52de17fc8795e1983347dd1024f5e2333b22b (diff) | |
| download | emacs-ee548a94a0fdc550326d2563e6efc41522012b35.tar.gz emacs-ee548a94a0fdc550326d2563e6efc41522012b35.zip | |
(handle_auto_composed_prop): Don't make composition if it->string
is a string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 20f1b129faf..0dc4447a971 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (display_mode_element): Cancel the previous change. | 3 | * xdisp.c (display_mode_element): Cancel the previous change. |
| 4 | (decode_mode_spec): Likewise. | 4 | (decode_mode_spec): Likewise. |
| 5 | (handle_auto_composed_prop): Don't make composition if it->string | ||
| 6 | is a string. | ||
| 5 | 7 | ||
| 6 | 2008-02-27 Kim F. Storm <storm@cua.dk> | 8 | 2008-02-27 Kim F. Storm <storm@cua.dk> |
| 7 | 9 | ||