mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(iso-8859-n-locale-regexp): Don't match 8859-15 &c.
This commit is contained in:
parent
2e77e98ed4
commit
83eded3abd
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue