aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-24 02:11:10 +0000
committerJuanma Barranquero2008-09-24 02:11:10 +0000
commit062f2cfc1febdfcd73652b92459f6310ef8be9d4 (patch)
treea16d819c2f03807685fadb0d1d74d6303926543b
parent10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (diff)
downloademacs-062f2cfc1febdfcd73652b92459f6310ef8be9d4.tar.gz
emacs-062f2cfc1febdfcd73652b92459f6310ef8be9d4.zip
Fix previous changes.
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--src/ChangeLog.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index ffe36518781..bf437350c8e 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -426,7 +426,7 @@
4262008-06-17 Carsten Dominik <dominik@science.uva.nl> 4262008-06-17 Carsten Dominik <dominik@science.uva.nl>
427 427
428 * org-faces.el (org-column): Document how this face is being used 428 * org-faces.el (org-column): Document how this face is being used
429 and why sometimes the background faces shines through. 429 and why sometimes the background faces shine through.
430 430
431 * org-mhe.el (org-mhe-follow-link): Improve handling of searches. 431 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
432 432
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 5b5624ec368..a3103f362ba 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -6638,7 +6638,7 @@
6638 * editfns.c (Fcurrent_time_zone): New function. 6638 * editfns.c (Fcurrent_time_zone): New function.
6639 (syms_of_editfns): defsubr it. 6639 (syms_of_editfns): defsubr it.
6640 6640
6641 * keyboard.c (read_key_sequence): Clear the eight bit of the 6641 * keyboard.c (read_key_sequence): Clear the eighth bit of the
6642 character from the key sequence, NOT the index of the character IN 6642 character from the key sequence, NOT the index of the character IN
6643 the key sequence. How many tries will it take to get it right? 6643 the key sequence. How many tries will it take to get it right?
6644 6644