diff options
author | Kenichi Handa <handa@m17n.org> | 2004-09-21 02:23:32 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-09-21 02:23:32 +0000 |
commit | c64fbf1f6090c8d413c84896e4c054feef268beb (patch) | |
tree | ecc65435803046f63dabd061c95d4b9f3983c614 /leim | |
parent | 6622d9280bcacbaedc0e93898641bb77e7b374cb (diff) | |
download | emacs-c64fbf1f6090c8d413c84896e4c054feef268beb.tar.gz |
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".
Diffstat (limited to 'leim')
-rw-r--r-- | leim/leim-ext.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/leim/leim-ext.el b/leim/leim-ext.el index 64437cc0d19..ad5d22281d8 100644 --- a/leim/leim-ext.el +++ b/leim/leim-ext.el @@ -34,4 +34,14 @@ (eval-after-load "quail/PY-b5" '(quail-defrule "ling2" ?$(0!r(B nil t)) +(autoload 'ucs-input-activate "quail/uni-input" + "Activate UCS input method. +With arg, activate UCS input method if and only if arg is positive. + +While this input method is active, the variable +`input-method-function' is bound to the function `ucs-input-method'.") + +(register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+" + "Unicode input as hex in the form Uxxxx.") + ;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e |