From: Kenichi Handa Date: Tue, 21 Sep 2004 02:23:32 +0000 (+0000) Subject: Add autoload for 'ucs-input-activate and X-Git-Tag: ttn-vms-21-2-B4~4851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c64fbf1f6090c8d413c84896e4c054feef268beb;p=emacs.git Add autoload for 'ucs-input-activate and register-input-method for "ucs". --- 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