From ece20e7f6f432f037912400c3209dc2ce73bd8c5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 19 Nov 2001 20:54:49 +0000 Subject: Small fix. --- misc/ChangeLog | 5 +++++ misc/po-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/ChangeLog b/misc/ChangeLog index d2eb34a..b38e6c4 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 1a4e63b..fc9f56e 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. -- cgit v1.1