diff options
| author | Richard M. Stallman | 2002-09-05 02:40:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-05 02:40:00 +0000 |
| commit | adc7d9cd31a4a41141f34a170fbe4505c7c3f157 (patch) | |
| tree | 68740327e598cc5a9dd92a3d083438edb12cb626 /lisp/language | |
| parent | e06d1742ac85ade308af0ee83a4938784d1bb527 (diff) | |
| download | emacs-adc7d9cd31a4a41141f34a170fbe4505c7c3f157.tar.gz emacs-adc7d9cd31a4a41141f34a170fbe4505c7c3f157.zip | |
("Swedish"): New set-language-info-alist call.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/european.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index 7944b2b0016..5928c299c9b 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -391,6 +391,18 @@ but it selects the Dutch tutorial and input method.")) | |||
| 391 | (features code-pages) | 391 | (features code-pages) |
| 392 | (documentation . "Support for Latvian.")) | 392 | (documentation . "Support for Latvian.")) |
| 393 | '("European")) | 393 | '("European")) |
| 394 | |||
| 395 | (set-language-info-alist | ||
| 396 | "Swedish" '((tutorial . "TUTORIAL.se") | ||
| 397 | (charset ascii latin-iso8859-1) | ||
| 398 | (coding-system iso-latin-1) | ||
| 399 | (coding-priority iso-latin-1) | ||
| 400 | (nonascii-translation . iso-8859-1) | ||
| 401 | (unibyte-syntax . "latin-1") | ||
| 402 | (unibyte-display . iso-latin-1) | ||
| 403 | (sample-text . "Goddag Hej") | ||
| 404 | (documentation . "Support for Swedish")) | ||
| 405 | '("European")) | ||
| 394 | 406 | ||
| 395 | ;; Definitions for the Mac Roman character sets and coding system. | 407 | ;; Definitions for the Mac Roman character sets and coding system. |
| 396 | ;; The Mac Roman encoding uses all 128 code points in the range 128 to | 408 | ;; The Mac Roman encoding uses all 128 code points in the range 128 to |