*** empty log message ***
[emacs.git] / lisp / language / devanagari.el
blob4360c0c6df33742cb33a9b41d83e34d635530510
1 ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*-
3 ;; Copyright (C) 1996, 2001 Free Software Foundation, Inc.
5 ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org>
6 ;; Keywords: multilingual, Indian, Devanagari
8 ;; This file is part of GNU Emacs.
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
25 ;;; Commentary:
27 ;; This file defines language-info of Devanagari script, and provides
28 ;; compatibility support of old implementation of Devanagari script.
30 ;;; Code:
32 (set-language-info-alist
33 "Devanagari" '((charset indian-is13194 mule-unicode-0100-24ff
34 indian-2-column indian-glyph ;; comment out later
36 (coding-system in-is13194)
37 (coding-priority in-is13194)
38 (input-method . "dev-aiba")
39 (features devan-util)
40 (documentation . "\
41 Such languages using Devanagari script as Hindi and Marathi
42 are supported in this language environment."))
43 '("Indian"))
45 (provide 'devanagari)
47 ;;; devanagari.el ends here