Add 2008 to copyright years.
[bpt/emacs.git] / lisp / language / romanian.el
1 ;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
2
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation.
5
6 ;; Author: Dan Nicolaescu <done@ece.arizona.edu>
7 ;; Keywords: multilingual, Romanian
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
13 ;; the Free Software Foundation; either version 3, or (at your option)
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
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 ;;; Commentary:
27
28 ;; Romanian ISO 8859-2 environment.
29
30 ;;; Code:
31
32 (set-language-info-alist
33 "Romanian" '((charset . (ascii latin-iso8859-2))
34 (coding-system . (iso-8859-2))
35 (coding-priority . (iso-8859-2))
36 (nonascii-translation . latin-iso8859-2)
37 (input-method . "latin-2-postfix")
38 (unibyte-syntax . "latin-2")
39 (unibyte-display . iso-8859-2)
40 (tutorial . "TUTORIAL.ro")
41 (sample-text . "Bunã ziua, bine aþi venit!")
42 (documentation . t))
43 '("European"))
44
45 (provide 'romanian)
46
47 ;;; arch-tag: a0bf93ee-2f02-4678-a477-c08acc35366b
48 ;;; romanian.el ends here