From: Stefan Monnier Date: Fri, 16 Nov 2001 13:33:12 +0000 (+0000) Subject: Fix paren-typo. X-Git-Tag: ttn-vms-21-2-B4~18494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=367ca50fbf75cd487a7c85584349097d6aaac3f3;p=emacs.git Fix paren-typo. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 17ed570036f..d2a51d12443 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1847,7 +1847,7 @@ of buffer-file-coding-system set by this function." ("jp" . "Japanese") ; e.g. MS Windows ("chs" . "Chinese-GB") ; MS Windows Chinese Simplified ("cht" . "Chinese-BIG5") ; MS Windows Chinese Traditional - ) + )) "List of pairs of locale regexps and language names. The first element whose locale regexp matches the start of a downcased locale specifies the language name corresponding to that locale.