From d6be7497c49ada1ab25c2dd00a39d9392284aac1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 1 Dec 2008 11:07:41 +0000 Subject: [PATCH] * international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-cmds.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efb33f53d3f..ae0b129e122 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index a367e6133ef..9222b19c384 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2365,7 +2365,7 @@ This language name is used if the locale is not listed in ("big5[-_]?hkscs" . big5-hkscs) ("big5" . big5) ("euc-?tw" . euc-tw) - ("euc-?cn" .euc-cn) + ("euc-?cn" . euc-cn) ("gb2312" . gb2312) ("gbk" . gbk) ("gb18030" . gb18030) -- 2.39.2