From: Bruno Haible Date: Mon, 7 Jan 2002 17:54:54 +0000 (+0000) Subject: Comments. X-Git-Tag: v0.11~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a095860c7dca4fa32b9a4710c691e31c3a96b708;p=thirdparty%2Fgettext.git Comments. --- diff --git a/misc/po-mode.el b/misc/po-mode.el index 57d5aad05..765e8e5d9 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -53,6 +53,10 @@ ;;; Here is the minimum for customization to work. See part II. ;; Identify which Emacs variety is being used. +;; This file supports: +;; - XEmacs (version 19 and above) -> po-XEMACS = t, +;; - GNU Emacs (version 20 and above) -> po-EMACS20 = t, +;; - GNU Emacs (version 19) -> no flag. (eval-and-compile (cond ((string-match "XEmacs\\|Lucid" emacs-version) (setq po-EMACS20 nil po-XEMACS t)) @@ -147,7 +151,7 @@ slightly different." :group 'po) (defcustom po-team-name-to-code - ;; FIXME: Add all possible languages, complete ISO 639 list. + ;; All possible languages, a complete ISO 639 list and a little more. '(("LANGUAGE" . "LL") ("(Afan) Oromo" . "om") ("Abkhazian" . "ab")