(message-send-mail): Make it possible to perform edebug-defun.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Oct 2002 13:37:42 +0000 (13:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 18 Oct 2002 13:37:42 +0000 (13:37 +0000)
lisp/ChangeLog
lisp/message.el

index 1d52c0f..07ed89d 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-send-mail): Make it possible to perform
+       edebug-defun.
+
 2002-10-18  Simon Josefsson  <jas@extundo.com>
 
        * gnus-art.el (gnus-button-man-handler): Change default to
index c79c2f0..df444b3 100644 (file)
@@ -3369,13 +3369,14 @@ It should typically alter the sending method in some way or other."
                        "The message size is too large, split? "
                        t
                        "\
-The message size, " (/ (point-max) 1000) "KB, is too large.
+The message size, "
+                       (/ (point-max) 1000) "KB, is too large.
 
 Some mail gateways (MTA's) bounce large messages.  To avoid the
 problem, answer `y', and the message will be split into several
 smaller pieces, the size of each is about "
-(/ message-send-mail-partially-limit 1000)
-"KB except the last
+                       (/ message-send-mail-partially-limit 1000)
+                       "KB except the last
 one.
 
 However, some mail readers (MUA's) can't read split messages, i.e.,