(calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
[bpt/emacs.git] / leim / leim-ext.el
index 52db6a6..ad5d222 100644 (file)
 ;;; Commentary:
 
 ;; Makefile in this directory appends the contents of this file (only
-;; such non-empty lines that doesn't begin with ';') to the generated
-;; leim-list.el.
+;; such non-empty lines that don't begin with ';') to the generated
+;; file leim-list.el.
 
 ;;; Code:
 
 (eval-after-load "quail/PY-b5"
   '(quail-defrule "ling2" ?\e$(0!r\e(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