summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/ChangeLog5
-rw-r--r--misc/po-mode.el2
2 files changed, 6 insertions, 1 deletions
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 <ke@suse.de>
+
+ * po-mode.el (po-team-name-to-code): Fix syntax for the last entry
+ (Zulu).
+
2001-11-11 Karl Eichwalder <ke@suse.de>
* 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.