Mercurial > emacs
changeset 47237:fd8d01195320
("Swedish"): New set-language-info-alist call.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Sep 2002 02:40:00 +0000 |
parents | debd2b1e4d08 |
children | 653ef0a3f4cc |
files | lisp/language/european.el |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Thu Sep 05 02:38:41 2002 +0000 +++ b/lisp/language/european.el Thu Sep 05 02:40:00 2002 +0000 @@ -391,6 +391,18 @@ (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