aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-02-28 05:46:27 +0000
committerKenichi Handa2008-02-28 05:46:27 +0000
commitee548a94a0fdc550326d2563e6efc41522012b35 (patch)
tree133b94b6daee842cba72f74d358896eda0a122a6 /src/ChangeLog
parent74c52de17fc8795e1983347dd1024f5e2333b22b (diff)
downloademacs-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/ChangeLog2
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
62008-02-27 Kim F. Storm <storm@cua.dk> 82008-02-27 Kim F. Storm <storm@cua.dk>
7 9