mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
("Swedish"): New set-language-info-alist call.
This commit is contained in:
parent
e06d1742ac
commit
adc7d9cd31
@ -391,6 +391,18 @@ but it selects the Dutch tutorial and input method."))
|
||||
(features code-pages)
|
||||
(documentation . "Support for Latvian."))
|
||||
'("European"))
|
||||
|
||||
(set-language-info-alist
|
||||
"Swedish" '((tutorial . "TUTORIAL.se")
|
||||
(charset ascii latin-iso8859-1)
|
||||
(coding-system iso-latin-1)
|
||||
(coding-priority iso-latin-1)
|
||||
(nonascii-translation . iso-8859-1)
|
||||
(unibyte-syntax . "latin-1")
|
||||
(unibyte-display . iso-latin-1)
|
||||
(sample-text . "Goddag Hej")
|
||||
(documentation . "Support for Swedish"))
|
||||
'("European"))
|
||||
|
||||
;; Definitions for the Mac Roman character sets and coding system.
|
||||
;; The Mac Roman encoding uses all 128 code points in the range 128 to
|
||||
|
Loading…
Reference in New Issue
Block a user