# HG changeset patch # User Stefan Monnier # Date 1005917592 0 # Node ID 76fbe1b154a29508bda208e22e12163da392661d # Parent e0fdeeb6c9e319955fb976a0eaf2ee8ee4a268da Fix paren-typo. diff -r e0fdeeb6c9e3 -r 76fbe1b154a2 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Fri Nov 16 13:21:09 2001 +0000 +++ b/lisp/international/mule-cmds.el Fri Nov 16 13:33:12 2001 +0000 @@ -1847,7 +1847,7 @@ ("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.