comparison lisp/language/indian.el @ 20740:7918e0f37c7c

Remove setting up of describe-indian-environment-map and setup-indian-environment-map.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 Jan 1998 01:47:27 +0000
parents 9503ed5384c5
children 33f4fac4edd1
comparison
equal deleted inserted replaced
20739:5f2c7f919bbf 20740:7918e0f37c7c
48 ;; 48 ;;
49 ;; In this file, charsets other than charset-ascii and charset-indian-is13194 49 ;; In this file, charsets other than charset-ascii and charset-indian-is13194
50 ;; should not be used except in the comment. 50 ;; should not be used except in the comment.
51 51
52 ;;; Code: 52 ;;; Code:
53
54 (define-prefix-command 'describe-indian-environment-map)
55 (define-key-after describe-language-environment-map [Indian]
56 '("Indian" . describe-indian-environment-map)
57 t)
58
59 (define-prefix-command 'setup-indian-environment-map)
60 (define-key-after setup-language-environment-map [Indian]
61 '("Indian" . setup-indian-environment-map)
62 t)
63 53
64 ;; Followings are what you see when you refer to the Emacs 54 ;; Followings are what you see when you refer to the Emacs
65 ;; representations of IS 13194 charcters. However, this is merely 55 ;; representations of IS 13194 charcters. However, this is merely
66 ;; tentative apperance, and you must convert them by 56 ;; tentative apperance, and you must convert them by
67 ;; indian-to-xxxxxx(specific script) function to use them. 57 ;; indian-to-xxxxxx(specific script) function to use them.