# HG changeset patch # User Juanma Barranquero # Date 1222222270 0 # Node ID cbd67f04134f862d139464bc60466ce07c69faf5 # Parent 36acd6af07722c06647d1f1a10085f7827cf9320 Fix previous changes. diff -r 36acd6af0772 -r cbd67f04134f lisp/org/ChangeLog --- a/lisp/org/ChangeLog Wed Sep 24 01:16:16 2008 +0000 +++ b/lisp/org/ChangeLog Wed Sep 24 02:11:10 2008 +0000 @@ -426,7 +426,7 @@ 2008-06-17 Carsten Dominik * org-faces.el (org-column): Document how this face is being used - and why sometimes the background faces shines through. + and why sometimes the background faces shine through. * org-mhe.el (org-mhe-follow-link): Improve handling of searches. diff -r 36acd6af0772 -r cbd67f04134f src/ChangeLog.3 --- a/src/ChangeLog.3 Wed Sep 24 01:16:16 2008 +0000 +++ b/src/ChangeLog.3 Wed Sep 24 02:11:10 2008 +0000 @@ -6638,7 +6638,7 @@ * editfns.c (Fcurrent_time_zone): New function. (syms_of_editfns): defsubr it. - * keyboard.c (read_key_sequence): Clear the eight bit of the + * keyboard.c (read_key_sequence): Clear the eighth bit of the character from the key sequence, NOT the index of the character IN the key sequence. How many tries will it take to get it right?