changeset 34769:3b53093f7b1f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 21 Dec 2000 02:41:28 +0000
parents 639b7b18d203
children 79338072c338
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 21 02:18:46 2000 +0000
+++ b/lisp/ChangeLog	Thu Dec 21 02:41:28 2000 +0000
@@ -1,6 +1,11 @@
+2000-12-21  Kenichi Handa  <handa@etl.go.jp>
+
+	* dired.el (dired-move-to-filename-regexp): Fix previous change.
+
 2000-12-21  Miles Bader  <miles@gnu.org>
 
-	* mail/sendmail.el (mail-mode): Set `comment-start' to the  yank prefix.
+	* mail/sendmail.el (mail-mode): Set `comment-start' to the yank
+	prefix.
 
 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
 
--- a/src/ChangeLog	Thu Dec 21 02:18:46 2000 +0000
+++ b/src/ChangeLog	Thu Dec 21 02:41:28 2000 +0000
@@ -1,5 +1,8 @@
 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
 
+	* keymap.c (push_key_description): Don't convert eight-bit-control
+	and eight-bit-graphic to multibyte character.
+
 	* charset.c (Fmake_char_internal): If CHARSET doesn't have a
 	generic character and CODE1 is nil, return the smallest character
 	in CHARSET.