]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 1 Dec 2008 11:07:41 +0000 (11:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 1 Dec 2008 11:07:41 +0000 (11:07 +0000)
lisp/ChangeLog
lisp/international/mule-cmds.el

index efb33f53d3f42a597933975521d6667907f8d8e5..ae0b129e1220e866d833a4539e4c02dfd934ed65 100644 (file)
@@ -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.
index a367e6133ef424d48208e7754771ae8c1fa34979..9222b19c3845b7e98e7c7657fb58473d07dbdec5 100644 (file)
@@ -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)