diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ChangeLog | 4 | ||||
-rw-r--r-- | misc/po-mode.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index d6bb221..2939584 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-03-22 Bruno Haible <haible@clisp.cons.org> + + * po-mode.el (po-default-file-header): Replace ENCODING with 8-bit. + 2001-03-21 Bruno Haible <haible@clisp.cons.org> * gettextize.in: Mention where to get config.guess and config.sub. diff --git a/misc/po-mode.el b/misc/po-mode.el index 07c8ab7..8094c15 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -309,7 +309,7 @@ msgstr \"\" \"Language-Team: LANGUAGE <LL@li.org>\\n\" \"MIME-Version: 1.0\\n\" \"Content-Type: text/plain; charset=CHARSET\\n\" -\"Content-Transfer-Encoding: ENCODING\\n\" +\"Content-Transfer-Encoding: 8-bit\\n\" " "*Default PO file header." :type 'string |