Mercurial > emacs
changeset 48051:76f666086218
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 28 Oct 2002 18:44:55 +0000 |
parents | 7f760c845427 |
children | 0e3c2c0b690a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 28 18:44:39 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 28 18:44:55 2002 +0000 @@ -1,5 +1,14 @@ 2002-10-28 Dave Love <fx@gnu.org> + * international/mule-diag.el (non-iso-charset-alist): Move to + avoid compilation warning. + (mule-diag): Provide. + + * international/code-pages.el (cp-make-coding-system): Use + utf-translation-table-for-decode, not + utf-8-translation-table-for-decode. + (mule-diag): Require. + * language/thai-util.el (thai-composition-function): Don't use prog1. * language/lao-util.el (lao-composition-function): Don't use prog1. @@ -9,7 +18,8 @@ * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk. - (quail-keyboard-layout): Customize. + (quail-keyboard-layout): Customize. Move after + quail-keyboard-layout-alist. 2002-10-28 Miles Bader <miles@gnu.org>