]> code.delx.au - gnu-emacs/blobdiff - lisp/international/encoded-kb.el
*** empty log message ***
[gnu-emacs] / lisp / international / encoded-kb.el
index e66c9f0009e7225ff07434a0e542efc5bf44ea4c..146b17f9e5c20a252bbbc37d6d7e556972d3d43c 100644 (file)
@@ -1,8 +1,11 @@
 ;;; encoded-kb.el --- handler to input multibyte characters encoded somehow
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
-;; Licensed to the Free Software Foundation.
+;;   Licensed to the Free Software Foundation.
 ;; Copyright (C) 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2003
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H13PRO009
 
 ;; This file is part of GNU Emacs.
 
@@ -285,7 +288,7 @@ The following key sequence may cause multilingual text insertion."
 
    ((eq encoded-kbd-coding 'iso2022-7)
     (define-key encoded-kbd-mode-map "\e" 'encoded-kbd-iso2022-esc-prefix))
-    
+
    ((eq encoded-kbd-coding 'iso2022-8)
     (define-key encoded-kbd-mode-map
       (vector ?\216) 'encoded-kbd-self-insert-iso2022-8bit)
@@ -390,4 +393,6 @@ as a multilingual text encoded in a coding system set by
                      (keyboard-coding-system))))
        (encoded-kbd-setup-keymap coding))))
 
+(provide 'encoded-kb)
+
 ;;; encoded-kb.el ends here