From 534de7912bd0ffc8f680f0085282f549687d2aed Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 22 Nov 2001 10:45:14 +0000 Subject: [PATCH] (locale-language-names): Use defconst. Modify entries for Latvian, Lithuanian. (locale-charset-language-names): Use defconst, purecopy. --- lisp/international/mule-cmds.el | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index add848a1498..9d410d647fb 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1,10 +1,10 @@ -;;; mule-cmds.el --- Commands for mulitilingual environment +;;; mule-cmds.el --- commands for mulitilingual environment ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. -;; Keywords: mule, multilingual +;; Keywords: mule, multilingual, i18n ;; This file is part of GNU Emacs. @@ -23,6 +23,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (eval-when-compile (defvar dos-codepage)) @@ -1651,10 +1653,7 @@ of buffer-file-coding-system set by this function." (defvar locale-translation-file-name nil "File name for the system's file of locale-name aliases, or nil if none.") -;; The following definitions might as well be marked as constants and -;; purecopied, since they're normally used on startup, and probably -;; should reflect the facilities of the base Emacs. -(defconst locale-language-names +(defvar locale-language-names (purecopy '( ;; Locale names of the form LANGUAGE[_TERRITORY][.CODESET][@MODIFIER] @@ -1738,8 +1737,8 @@ of buffer-file-coding-system set by this function." ("lb" . "Latin-1") ; Luxemburgish ; ln Lingala ("lo" . "Lao") ; Laothian - ("lt" . "Latin-4") ; Lithuanian - ("lv" . "Latin-4") ; Latvian, Lettish + ("lt" . "Lithuanian") + ("lv" . "Latvian") ; Latvian, Lettish ; mg Malagasy ("mi" . "Latin-7") ; Maori ("mk" . "Latin-5") ; Macedonian -- 2.39.5