]> code.delx.au - gnu-emacs/blobdiff - lisp/language/romanian.el
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
[gnu-emacs] / lisp / language / romanian.el
index bdd1af42c6cfc486b2b702b66e622a7b5fba2873..24d66bc32e37f6575cec5497dfb3eafd24dc6f7f 100644 (file)
@@ -1,4 +1,4 @@
-;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; -*-
+;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
 
 ;; Copyright (C) 1998, 2002 Free Software Foundation.
 
@@ -19,8 +19,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
 ;;; Code:
 
 (set-language-info-alist
- "Romanian" '((charset . (ascii latin-iso8859-2))
-             (coding-system . (iso-8859-2 iso-latin-10))
-             (coding-priority . (iso-8859-2))
+ "Romanian" '((charset iso-8859-2)
+             (coding-system iso-8859-2 iso-latin-10)
+             (coding-priority iso-8859-2)
              (nonascii-translation . iso-8859-2)
              (input-method . "latin-2-postfix")
-             (unibyte-syntax . "latin-2")
              (unibyte-display . iso-8859-2)
              (tutorial . "TUTORIAL.ro")
              (sample-text . "Bunã ziua, bine aþi venit!")
@@ -54,4 +53,5 @@ An environment for generic Latin-10 encoding is also available."))
 
 (provide 'romanian)
 
+;;; arch-tag: a0bf93ee-2f02-4678-a477-c08acc35366b
 ;;; romanian.el ends here