1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

(mac-roman): Add mime-charset property.

This commit is contained in:
Stefan Monnier 2001-11-16 12:05:48 +00:00
parent 2901f1d1c5
commit a959e7236a

View File

@ -263,7 +263,7 @@ German (Deutsch Nord) Guten Tag
German (Deutsch S,A|(Bd) Gr,A|_(B Gott")
(documentation . "\
This language environment is almost the same as Latin-1,
but default input method is set to \"german-postfix\"."))
but the default input method is set to \"german-postfix\"."))
'("European"))
(set-language-info-alist
@ -291,8 +291,8 @@ but default input method is set to \"german-postfix\"."))
(sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!")
(documentation . "\
This language environment is almost the same as Latin-1,
but default input method is set to \"spanish-postfix\",
and select's the Spanish tutorial."))
but the default input method is set to \"spanish-postfix\",
and it selects the Spanish tutorial."))
'("European"))
(set-language-info-alist
@ -523,7 +523,8 @@ but select's the Dutch tutorial."))
'mac-roman 4 ?M "Mac Roman Encoding"
'(decode-mac-roman . encode-mac-roman)
'((safe-chars . mac-roman-encoder)
(valid-codes (0 . 255))))
(valid-codes (0 . 255))
(mime-charset . macintosh))) ; per IANA, rfc1345
(provide 'european)