Add arch taglines
[bpt/emacs.git] / lisp / language / devanagari.el
CommitLineData
0a10297a 1;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*-
4ed46869 2
1bec6fdb 3;; Copyright (C) 1996, 2001 Free Software Foundation, Inc.
4ed46869 4
2fc227cb 5;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org>
4ed46869
KH
6;; Keywords: multilingual, Indian, Devanagari
7
8;; This file is part of GNU Emacs.
9
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.
14
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.
19
20;; You should have received a copy of the GNU General Public License
e803d6bd
KH
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.
4ed46869
KH
24
25;;; Commentary:
26
1bec6fdb
RS
27;; This file defines language-info of Devanagari script, and provides
28;; compatibility support of old implementation of Devanagari script.
e8af40ee 29
4ed46869
KH
30;;; Code:
31
4ed46869 32(set-language-info-alist
1bec6fdb
RS
33 "Devanagari" '((charset indian-is13194 mule-unicode-0100-24ff
34 indian-2-column indian-glyph ;; comment out later
35 )
36 (coding-system in-is13194)
37 (coding-priority in-is13194)
38 (input-method . "dev-aiba")
a564ccf9 39 (features devan-util)
7e2404fd 40 (documentation . "\
335a7ad7 41Such languages using Devanagari script as Hindi and Marathi
7e2404fd
KH
42are supported in this language environment."))
43 '("Indian"))
4ed46869 44
41da80b1
DL
45(provide 'devanagari)
46
ab5796a9 47;;; arch-tag: fd13667d-868b-41e8-81ef-79dd28bbfed2
4ed46869 48;;; devanagari.el ends here