]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix paren-typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2001 13:33:12 +0000 (13:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2001 13:33:12 +0000 (13:33 +0000)
lisp/international/mule-cmds.el

index 17ed570036f8b83cfda74705e4b1f4308b00d501..d2a51d12443b60575286fd5d86b4887e5e677ad8 100644 (file)
@@ -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.