Mercurial > hg > xemacs-beta
diff lisp/mule/korean-hooks.el @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 0d2f883870bc |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/mule/korean-hooks.el Mon Aug 13 09:15:13 2007 +0200 +++ b/lisp/mule/korean-hooks.el Mon Aug 13 09:15:49 2007 +0200 @@ -98,7 +98,8 @@ (set-default-file-coding-system 'euc-korea) (setq keyboard-coding-system 'euc-korea) (setq terminal-coding-system 'euc-korea) - (set-charset-registry 'ascii "ksc5636") + (when (eq 'x (device-type (selected-device))) + (x-use-halfwidth-roman-font 'korean-ksc5601 "ksc5636")) ;; EGG specific setup 97.02.05 jhod (when (featurep 'egg)