# HG changeset patch # User Dave Love # Date 927819633 0 # Node ID 3699bc34820870332627b4401b273b19a5583a7e # Parent 14b904ea240970fdc8b5963b0ec8b5bd8c14ae60 (iso-8859-n-locale-regexp): Don't match 8859-15 &c. diff -r 14b904ea2409 -r 3699bc348208 lisp/startup.el --- a/lisp/startup.el Thu May 27 12:55:25 1999 +0000 +++ b/lisp/startup.el Thu May 27 15:40:33 1999 +0000 @@ -296,12 +296,12 @@ :type '(choice (const :tag "none" nil) string) :group 'initialization) -(defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)" +(defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)\\>" "Regexp that specifies when to enable an ISO 8859-N character set. We do that if this regexp matches the locale name specified by the LC_ALL, LC_CTYPE and LANG environment variables. The paren group in the regexp should match the specific character -set number, N.") +set number, N. Currently only Latin-[12345] is supported.") (defcustom mail-host-address nil "*Name of this machine, for purposes of naming users."