Mercurial > hg > xemacs-beta
comparison lisp/mule/english.el @ 3769:fbf54025c136
[xemacs-hg @ 2006-12-30 17:04:26 by aidan]
Provide native-coding-systems for some language environments that didn't
have them.
author | aidan |
---|---|
date | Sat, 30 Dec 2006 17:04:32 +0000 |
parents | 98af8a976fc3 |
children | aa28d959af41 |
comparison
equal
deleted
inserted
replaced
3768:f814ad0daf3b | 3769:fbf54025c136 |
---|---|
48 | 48 |
49 (set-language-info-alist | 49 (set-language-info-alist |
50 "English" '((tutorial . "TUTORIAL") | 50 "English" '((tutorial . "TUTORIAL") |
51 (locale "en" "C") | 51 (locale "en" "C") |
52 (charset ascii) | 52 (charset ascii) |
53 (coding-system iso-8859-1) | |
54 (coding-priority iso-8859-1) | |
55 (native-coding-system iso-8859-1) | |
53 (sample-text . "Hello!, Hi!, How are you?") | 56 (sample-text . "Hello!, Hi!, How are you?") |
54 (documentation . "\ | 57 (documentation . "\ |
55 Nothing special is needed to handle English.") | 58 Nothing special is needed to handle English.") |
56 )) | 59 )) |
57 | 60 |