+2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
+
+ * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
+
2003-01-14 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el: Improve commentary.
(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