diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-07 17:54:54 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:37:42 +0200 |
commit | a095860c7dca4fa32b9a4710c691e31c3a96b708 (patch) | |
tree | 4879c7607b304f4707fd6f243b6df5d43f984294 | |
parent | d19865d6fc16a02a424a439cdef4ba6cffd6bc7c (diff) | |
download | external_gettext-a095860c7dca4fa32b9a4710c691e31c3a96b708.zip external_gettext-a095860c7dca4fa32b9a4710c691e31c3a96b708.tar.gz external_gettext-a095860c7dca4fa32b9a4710c691e31c3a96b708.tar.bz2 |
Comments.
-rw-r--r-- | misc/po-mode.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/po-mode.el b/misc/po-mode.el index 57d5aad..765e8e5 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") |