mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".
This commit is contained in:
parent
6622d9280b
commit
c64fbf1f60
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue