diff options
author | Kenichi Handa <handa@m17n.org> | 1997-05-28 03:39:03 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-05-28 03:39:03 +0000 |
commit | 335a7ad76828cbb6c802eb1f103002f61ec1ec0a (patch) | |
tree | 7fee13fb6eb167b7f250f1c3e6c43727586b4feb /lisp/language/indian.el | |
parent | e4e6cfa0f0247d672b2a605dd2aed398571122f2 (diff) | |
download | emacs-335a7ad76828cbb6c802eb1f103002f61ec1ec0a.tar.gz |
Most of setup-LANGUAGE-environment functions are
moved form LANGUAGE.el to LANG-util.el. These functions now at
first call setup-english-environment to reset various values to
the defaults.
Diffstat (limited to 'lisp/language/indian.el')
-rw-r--r-- | lisp/language/indian.el | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 5e40dd28076..acdbf33bef4 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -51,14 +51,15 @@ ;;; Code: -(set-language-info-alist - "Indian" '((describe-function . describe-indian-support) - (charset . (indian-is13194)) - (documentation . ("\ -Among Indian languages, such languages using Devanagari scripts as -Hindi and Marathi are supproted. For them, please specify Devanagari -for more detail.")) - )) +(define-prefix-command 'describe-indian-support-map) +(define-key-after describe-language-support-map [Indian] + '("Indian" . describe-indian-support-map) + t) + +(define-prefix-command 'setup-indian-environment-map) +(define-key-after setup-language-environment-map [Indian] + '("Indian" . setup-indian-environment-map) + t) ;; Followings are what you see when you refer to the Emacs ;; representations of IS 13194 charcters. However, this is merely |