Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / language / romanian.el
CommitLineData
0a10297a 1;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
2c8d97b0 2
38141d20 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
d4877ac1 4;; Free Software Foundation.
2c8d97b0
DN
5
6;; Author: Dan Nicolaescu <done@ece.arizona.edu>
ec8ac703 7;; Keywords: multilingual, Romanian, i18n
2c8d97b0
DN
8
9;; This file is part of GNU Emacs.
10
11;; GNU Emacs is free software; you can redistribute it and/or modify
12;; it under the terms of the GNU General Public License as published by
b4aa6026 13;; the Free Software Foundation; either version 3, or (at your option)
2c8d97b0
DN
14;; any later version.
15
16;; GNU Emacs is distributed in the hope that it will be useful,
17;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19;; GNU General Public License for more details.
20
21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs; see the file COPYING. If not, write to the
3a35cf56
LK
23;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24;; Boston, MA 02110-1301, USA.
2c8d97b0
DN
25
26;;; Commentary:
27
ec8ac703 28;; Romanian ISO 8859-2 environment plus 8859-16 coding system.
2c8d97b0
DN
29
30;;; Code:
31
2c8d97b0 32(set-language-info-alist
8f924df7
KH
33 "Romanian" '((charset iso-8859-2)
34 (coding-system iso-8859-2 iso-latin-10)
35 (coding-priority iso-8859-2)
678fea0e 36 (nonascii-translation . iso-8859-2)
8f76845d 37 (input-method . "latin-2-postfix")
8f76845d 38 (unibyte-display . iso-8859-2)
c0c63952 39 (tutorial . "TUTORIAL.ro")
8f76845d 40