/[emacs]/emacs/lisp/language/european.el
ViewVC logotype

Diff of /emacs/lisp/language/european.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by eliz, Tue Mar 5 18:19:26 2002 UTC revision 1.71 by eliz, Tue Mar 5 18:54:18 2002 UTC
# Line 569  but it selects the Dutch tutorial.")) Line 569  but it selects the Dutch tutorial."))
569   'mac-roman 4 ?M   'mac-roman 4 ?M
570   "Mac Roman Encoding (MIME:MACINTOSH)."   "Mac Roman Encoding (MIME:MACINTOSH)."
571   '(decode-mac-roman . encode-mac-roman)   '(decode-mac-roman . encode-mac-roman)
572   '((safe-chars . (get 'mac-roman-encoder 'translation-table))   (list (cons 'safe-chars (get 'mac-roman-encoder 'translation-table))
573     (valid-codes (0 . 255))         '(valid-codes (0 . 255))
574     (mime-charset . macintosh)))         ; per IANA, rfc1345         '(mime-charset . macintosh)))            ; per IANA, rfc1345
575    
576  (defconst diacritic-composition-pattern "\\C^\\c^+")  (defconst diacritic-composition-pattern "\\C^\\c^+")
577    

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26