2000-04-26 Florian Weimer <fw@deneb.cygnus.argh.org>
authorFlorian Weimer <fw@deneb.enyo.de>
Wed, 26 Apr 2000 18:29:38 +0000 (18:29 +0000)
committerFlorian Weimer <fw@deneb.enyo.de>
Wed, 26 Apr 2000 18:29:38 +0000 (18:29 +0000)
* mm-bodies.el (mm-encode-body): Remove reference to
mm-default-charset in comment.

lisp/mm-bodies.el

index 3a545d3..74870e2 100644 (file)
@@ -60,7 +60,7 @@ If successful, the MIME charset is returned.
 If no encoding was done, nil is returned."
   (if (not (featurep 'mule))
       ;; In the non-Mule case, we search for non-ASCII chars and
-      ;; return the value of `mm-default-charset' if any are found.
+      ;; return the value of `mail-parse-charset' if any are found.
       (save-excursion
        (goto-char (point-min))
        (if (re-search-forward "[^\x0-\x7f]" nil t)