From 1fd8c9f460e2135e6fb46bdd9332e8820ba19d17 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 Jul 2001 13:49:05 +0000 Subject: [PATCH] Replace 8-bit with 8bit. --- misc/ChangeLog | 4 ++++ misc/po-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index a5725623c..5929046c5 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-07-11 Bruno Haible + + * po-mode.el (po-default-file-header): Replace 8-bit with 8bit. + 2001-07-01 Bruno Haible * po-mode.el (po-content-type-charset-alist): Add entries for diff --git a/misc/po-mode.el b/misc/po-mode.el index df50ace12..a59929087 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -309,7 +309,7 @@ msgstr \"\" \"Language-Team: LANGUAGE \\n\" \"MIME-Version: 1.0\\n\" \"Content-Type: text/plain; charset=CHARSET\\n\" -\"Content-Transfer-Encoding: 8-bit\\n\" +\"Content-Transfer-Encoding: 8bit\\n\" " "*Default PO file header." :type 'string -- 2.47.2