comparison lisp/language/korea-util.el @ 25599:34282f1ae111

(default-korean-keyboard): Initialize it according to the environment variable HANGUL_KEYBOARD_TYPE.
author Kenichi Handa <handa@m17n.org>
date Wed, 08 Sep 1999 01:22:00 +0000
parents ea66a10b8c12
children 60eb71a9f901
comparison
equal deleted inserted replaced
25598:709e9cdaaab1 25599:34282f1ae111
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23 23
24 ;;; Code: 24 ;;; Code:
25 25
26 ;;;###autoload 26 ;;;###autoload
27 (defvar default-korean-keyboard "" 27 (defvar default-korean-keyboard
28 (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") ""))
29 "3"
30 "")
28 "*The kind of Korean keyboard for Korean input method. 31 "*The kind of Korean keyboard for Korean input method.
29 \"\" for 2, \"3\" for 3.") 32 \"\" for 2, \"3\" for 3.")
30 33
31 ;; functions useful for Korean text input 34 ;; functions useful for Korean text input
32 35