# HG changeset patch # User Kenichi Handa # Date 1042608776 0 # Node ID 6c62487c3c296674086c96b604bed07634001ea1 # Parent 7c4bc41333d1979084eb09b8bdb54903952a3017 Setup the fontset "fontset-mac" correctly. diff -r 7c4bc41333d1 -r 6c62487c3c29 lisp/term/mac-win.el --- a/lisp/term/mac-win.el Tue Jan 14 23:58:13 2003 +0000 +++ b/lisp/term/mac-win.el Wed Jan 15 05:32:56 2003 +0000 @@ -205,10 +205,10 @@ (function (lambda (key val) (or (generic-char-p key) - (memq (char-charset key) + (memq (char-charset val) '(ascii eight-bit-control eight-bit-graphic)) - (set-fontset-font "fontset-mac" key monaco-font)))) - (get 'mac-roman-encoder 'translation-table))))) + (set-fontset-font "fontset-mac" val monaco-font)))) + (get 'mac-roman-decoder 'translation-table))))) (if (eq system-type 'darwin) ;; On Darwin filenames are encoded in UTF-8