1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00

Fix previous changes.

This commit is contained in:
Juanma Barranquero 2008-09-24 02:11:10 +00:00
parent 10d1d0af5f
commit 062f2cfc1f
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
* 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.

View file

@ -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?