aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa2004-09-21 02:23:32 +0000
committerKenichi Handa2004-09-21 02:23:32 +0000
commitc64fbf1f6090c8d413c84896e4c054feef268beb (patch)
treeecc65435803046f63dabd061c95d4b9f3983c614 /leim
parent6622d9280bcacbaedc0e93898641bb77e7b374cb (diff)
downloademacs-c64fbf1f6090c8d413c84896e4c054feef268beb.tar.gz
emacs-c64fbf1f6090c8d413c84896e4c054feef268beb.zip
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".
Diffstat (limited to 'leim')
-rw-r--r--leim/leim-ext.el10
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 @@
34(eval-after-load "quail/PY-b5" 34(eval-after-load "quail/PY-b5"
35 '(quail-defrule "ling2" ?$(0!r(B nil t)) 35 '(quail-defrule "ling2" ?$(0!r(B nil t))
36 36
37(autoload 'ucs-input-activate "quail/uni-input"
38 "Activate UCS input method.
39With arg, activate UCS input method if and only if arg is positive.
40
41While this input method is active, the variable
42`input-method-function' is bound to the function `ucs-input-method'.")
43
44(register-input-method "ucs" "UTF-8" 'ucs-input-activate "U+"
45 "Unicode input as hex in the form Uxxxx.")
46
37;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e 47;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e