1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add autoload for 'ucs-input-activate and

register-input-method for "ucs".
This commit is contained in:
Kenichi Handa 2004-09-21 02:23:32 +00:00
parent 6622d9280b
commit c64fbf1f60

View file

@ -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