123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- (set-language-info-alist
- "Czech" '((charset . (ascii latin-iso8859-2))
- (coding-system . (iso-8859-2))
- (coding-priority . (iso-8859-2))
- (input-method . "czech")
- (nonascii-translation . iso-8859-2)
- (unibyte-display . iso-8859-2)
- (tutorial . "TUTORIAL.cs")
- (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!")
- (documentation . "\
- This language environment is almost the same as Latin-2,
- but sets the default input method to \"czech\",
- and selects the Czech tutorial."))
- '("European"))
- (provide 'czech)
|