# HG changeset patch # User Kenichi Handa # Date 977366488 0 # Node ID 3b53093f7b1f35d53dbe0ffb406311e154885c1c # Parent 639b7b18d2035eb9c196b89c0835c16555ca5803 *** empty log message *** diff -r 639b7b18d203 -r 3b53093f7b1f lisp/ChangeLog --- 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 + + * dired.el (dired-move-to-filename-regexp): Fix previous change. + 2000-12-21 Miles Bader - * 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 diff -r 639b7b18d203 -r 3b53093f7b1f src/ChangeLog --- 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 + * 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.