Mercurial > emacs
changeset 100092:de527e989fd2
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 01 Dec 2008 11:07:41 +0000 |
parents | 5ba5f0d3d832 |
children | eae5b6774936 |
files | lisp/ChangeLog lisp/international/mule-cmds.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 01 06:58:38 2008 +0000 +++ b/lisp/ChangeLog Mon Dec 01 11:07:41 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-01 Juanma Barranquero <lekktu@gmail.com> + + * international/mule-cmds.el (locale-preferred-coding-systems): + Fix alist item. + 2008-12-01 Michael Albinus <michael.albinus@gmx.de> * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
--- a/lisp/international/mule-cmds.el Mon Dec 01 06:58:38 2008 +0000 +++ b/lisp/international/mule-cmds.el Mon Dec 01 11:07:41 2008 +0000 @@ -2365,7 +2365,7 @@ ("big5[-_]?hkscs" . big5-hkscs) ("big5" . big5) ("euc-?tw" . euc-tw) - ("euc-?cn" .euc-cn) + ("euc-?cn" . euc-cn) ("gb2312" . gb2312) ("gbk" . gbk) ("gb18030" . gb18030)