Mercurial > hg > xemacs-beta
comparison lisp/language/european.el @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 41ff10fd062f |
children |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
206 (set-language-info-alist | 206 (set-language-info-alist |
207 "Croatian" '((setup-function . (setup-latin2-environment | 207 "Croatian" '((setup-function . (setup-latin2-environment |
208 . setup-european-environment-map)) | 208 . setup-european-environment-map)) |
209 (charset . (ascii latin-iso8859-2)) | 209 (charset . (ascii latin-iso8859-2)) |
210 (tutorial . "TUTORIAL.hr") | 210 (tutorial . "TUTORIAL.hr") |
211 (coding-system . (iso-8859-2)) | |
212 (documentation . ("\ | |
213 These languages are supported with the Latin-2 (ISO-8859-2) character set: | |
214 Albanian, Czech, English, German, Hungarian, Polish, Romanian, | |
215 Serbian or Croatian, Slovak, Slovene, and Swedish. | |
216 " . describe-european-environment-map)) | |
217 )) | |
218 | |
219 (set-language-info-alist | |
220 "Polish" '((setup-function . (setup-latin2-environment | |
221 . setup-european-environment-map)) | |
222 (charset . (ascii latin-iso8859-2)) | |
223 (tutorial . "TUTORIAL.pl") | |
211 (coding-system . (iso-8859-2)) | 224 (coding-system . (iso-8859-2)) |
212 (documentation . ("\ | 225 (documentation . ("\ |
213 These languages are supported with the Latin-2 (ISO-8859-2) character set: | 226 These languages are supported with the Latin-2 (ISO-8859-2) character set: |
214 Albanian, Czech, English, German, Hungarian, Polish, Romanian, | 227 Albanian, Czech, English, German, Hungarian, Polish, Romanian, |
215 Serbian or Croatian, Slovak, Slovene, and Swedish. | 228 Serbian or Croatian, Slovak, Slovene, and Swedish. |