# HG changeset patch # User Juanma Barranquero # Date 1228129661 0 # Node ID de527e989fd2a927fd9382443bc0a0a0731911a8 # Parent 5ba5f0d3d83208d094fcc4fadb78346fa7ddcfad * international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item. diff -r 5ba5f0d3d832 -r de527e989fd2 lisp/ChangeLog --- 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 + + * international/mule-cmds.el (locale-preferred-coding-systems): + Fix alist item. + 2008-12-01 Michael Albinus * net/tramp-cache.el (tramp-cache-data-changed): New defvar. diff -r 5ba5f0d3d832 -r de527e989fd2 lisp/international/mule-cmds.el --- 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)