diff lisp/gnus/message.el @ 57363:ef5d2ed6459e

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44 Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Oct 2004 05:53:41 +0000
parents 3381cb76bac3
children f7785a1e8cf8
line wrap: on
line diff
--- a/lisp/gnus/message.el	Wed Oct 06 21:30:45 2004 +0000
+++ b/lisp/gnus/message.el	Thu Oct 07 05:53:41 2004 +0000
@@ -4400,7 +4400,7 @@
    ;; Check for control characters.
    (message-check 'control-chars
      (if (re-search-forward
-	  (string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
+	  (mm-string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
 	  nil t)
 	 (y-or-n-p
 	  "The article contains control characters.  Really post? ")