aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-13 08:50:57 +0000
committerJuanma Barranquero2009-02-13 08:50:57 +0000
commit1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a (patch)
tree73b8581a0971c9fea05cfb1559ae7edc52a759d8
parent41342c802485877aa4fee26f11f3470f0228ed3c (diff)
downloademacs-1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a.tar.gz
emacs-1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a.zip
Fix typos.
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9d2328cf03..7e56fb1e977 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,12 +21,12 @@
21 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro. 21 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
22 (composition_gstring_width): Fix handling of LGLYPH_YOFF. 22 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
23 (autocmp_chars): Use fast_looking_at. Don't compose more 23 (autocmp_chars): Use fast_looking_at. Don't compose more
24 characters than MAX_COMPOSITION_COMPONENST. 24 characters than MAX_COMPOSITION_COMPONENTS.
25 (find_automatic_composition): While looking forward and backward, 25 (find_automatic_composition): While looking forward and backward,
26 check static composition. Fix where to stop looking forward. 26 check static composition. Fix where to stop looking forward.
27 (composition_adjust_point): Fix checking of static composition. 27 (composition_adjust_point): Fix checking of static composition.
28 (Fcomposition_get_gstring): Pay attention to 28 (Fcomposition_get_gstring): Pay attention to
29 MAX_COMPOSITION_COMPONENST. 29 MAX_COMPOSITION_COMPONENTS.
30 30
31 * lisp.h (fast_looking_at): Extern it. 31 * lisp.h (fast_looking_at): Extern it.
32 32