]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-8859-n-locale-regexp): Don't match 8859-15 &c.
authorDave Love <fx@gnu.org>
Thu, 27 May 1999 15:40:33 +0000 (15:40 +0000)
committerDave Love <fx@gnu.org>
Thu, 27 May 1999 15:40:33 +0000 (15:40 +0000)
lisp/startup.el

index bd8a25f34f0382f2e23399f860be5b01eef11b58..bb2a7c4536fe5cbebd5619dff4189a2a9438fc53 100644 (file)
@@ -296,12 +296,12 @@ is less convenient."
   :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."