]> code.delx.au - gnu-emacs/blobdiff - leim/leim-ext.el
Move runtime leim lisp files to lisp/leim directory
[gnu-emacs] / leim / leim-ext.el
index 8209026ddbda04290b7ef2f284a2e99252dbceb0..b5fc31188626e7b10fe41c4c0c4a1bb72e26bf4b 100644 (file)
 (eval-after-load "quail/Punct-b5"
   '(quail-defrule " " ?  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.")
 
-(autoload 'hangul-input-method-activate "quail/hangul"
-  "Activate Hangul input method INPUT-METHOD.
-FUNC is a function to handle input key.
-HELP-TEXT is a text set in `hangul-input-method-help-text'.")
-
 (register-input-method
  "korean-hangul"
  "UTF-8"
@@ -88,3 +76,16 @@ HELP-TEXT is a text set in `hangul-input-method-help-text'.")
  'hangul390-input-method
  "Input method: korean-hangul390 (mode line indicator:한390)\n\nHangul 3-Bulsik 390 input method.")
 
+;; Following lines are indented so that Makefile adds them to output.
+;; leim-list-header adds "coding: utf-8"; we could move that here,
+;; unless others are using that stuff to generate their own leim files.
+
+ ;; Local Variables:
+ ;; no-byte-compile: t
+ ;; version-control: never
+ ;; no-update-autoloads: t
+ ;; End:
+
+ ;;; leim-list.el ends here
+
+;;; leim-ext.el ends here