From: Bruno Haible Date: Mon, 19 Nov 2001 20:54:49 +0000 (+0000) Subject: Small fix. X-Git-Tag: v0.11~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece20e7f6f432f037912400c3209dc2ce73bd8c5;p=thirdparty%2Fgettext.git Small fix. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index d2eb34aa8..b38e6c4a0 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-18 Karl Eichwalder + + * po-mode.el (po-team-name-to-code): Fix syntax for the last entry + (Zulu). + 2001-11-11 Karl Eichwalder * po-mode.el (po-subedit-ediff): New function. diff --git a/misc/po-mode.el b/misc/po-mode.el index 1a4e63bf6..fc9f56e96 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -317,7 +317,7 @@ slightly different." ("Yiddish" . "yi") ("Yoruba" . "yo") ("Zhuang" . "za") - { "zu", "Zulu" } + ("Zulu" . "zu") ) "*Association list giving team codes from team names. This is used for generating a submission file name for the 'M' command.