# HG changeset patch # User Richard M. Stallman # Date 1031193600 0 # Node ID fd8d01195320dae4a7e7ee4328fd5b9a1a3c1cd8 # Parent debd2b1e4d08a2bd46d3971dd106868f74c65a9d ("Swedish"): New set-language-info-alist call. diff -r debd2b1e4d08 -r fd8d01195320 lisp/language/european.el --- 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