2001-11-24 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 24 Nov 2001 18:44:57 +0000 (18:44 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 24 Nov 2001 18:44:57 +0000 (18:44 +0000)
* mm-encode.el (mm-encode-content-transfer-encoding): Fix error
message. (Gnus does not "default" to using 8bit for the message,
it default to use 8bit encoding and the user-supplied CTE
value. Calling this behaviour "treating it as 8bit" is perhaps
better.)

lisp/ChangeLog
lisp/mm-encode.el

index 4173b6b..15f96a5 100644 (file)
@@ -1,5 +1,11 @@
 2001-11-24  Simon Josefsson  <jas@extundo.com>
 
+       * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
+       message. (Gnus does not "default" to using 8bit for the message,
+       it default to use 8bit encoding and the user-supplied CTE
+       value. Calling this behaviour "treating it as 8bit" is perhaps
+       better.)
+
        * mm-bodies.el (mm-body-encoding): Intern encoding if needed
        (compare mm-charset-to-coding-system).
 
index 27d04a5..04a067f 100644 (file)
@@ -106,7 +106,7 @@ This variable should never be set directly, but bound before a call to
    ((functionp encoding)
     (ignore-errors (funcall encoding (point-min) (point-max))))
    (t
-    (message "Unknown encoding %s; defaulting to 8bit" encoding))))
+    (message "Unknown encoding %s; treating it as 8bit" encoding))))
 
 (defun mm-encode-buffer (type)
   "Encode the buffer which contains data of TYPE.