diff options
author | Andreas Schwab <schwab@suse.de> | 2003-10-12 17:42:08 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-10-12 17:42:08 +0000 |
commit | ecf80da8434cc11974c2e8a768ace97d2d20eedf (patch) | |
tree | 2a576491fbb72047e298dacca1047629d9c008f6 /lisp/international/mule-cmds.el | |
parent | c94472fc1190eb614da51bf5bc6595ab632e8693 (diff) | |
download | emacs-ecf80da8434cc11974c2e8a768ace97d2d20eedf.tar.gz |
(locale-charset-language-names):
Simplify regex by removing unused grouping.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 3a589f378e1..12b8508ded9 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2169,7 +2169,7 @@ If the language name is nil, there is no corresponding language environment.") (".*8859[-_]?9\\>" . "Latin-5") (".*8859[-_]?14\\>" . "Latin-8") (".*8859[-_]?15\\>" . "Latin-9") - (".*utf\\(-?8\\)\\>" . "UTF-8") + (".*utf-?8\\>" . "UTF-8") ;; utf-8@euro exists, so put this last. (@euro really specifies ;; the currency, rather than the charset.) (".*@euro\\>" . "Latin-9"))) |