diff options
| -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 @@ | |||
| 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. | ||
| 39 | With arg, activate UCS input method if and only if arg is positive. | ||
| 40 | |||
| 41 | While 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 |