Mercurial > emacs
changeset 41115:20eb3e2945d7
(mac-roman): Add mime-charset property.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 Nov 2001 12:05:48 +0000 |
parents | 242c6928accc |
children | be613f250f60 |
files | lisp/language/european.el |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Fri Nov 16 11:43:41 2001 +0000 +++ b/lisp/language/european.el Fri Nov 16 12:05:48 2001 +0000 @@ -263,7 +263,7 @@ 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 @@ (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 @@ '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)