From: Lars Magne Ingebrigtsen Date: Sun, 29 May 2016 17:42:36 +0000 (+0200) Subject: Fix up remainder of the mml property change X-Git-Tag: emacs-26.0.90~1863 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=190942baeff3f541abf2a937e0fb4d3f9ea104be;p=emacs.git Fix up remainder of the mml property change * lisp/gnus/message.el (message-send-mail): Use the renamed mml-buffer-substring-no-properties-except-some function. (message-send-news): Ditto. --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a998687ccb3..03ce789e9eb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4545,7 +4545,7 @@ This function could be useful in `message-setup-hook'." (setq message-options options) ;; Avoid copying text props (except hard newlines). (insert (with-current-buffer mailbuf - (mml-buffer-substring-no-properties-except-hard-newlines + (mml-buffer-substring-no-properties-except-some (point-min) (point-max)))) ;; Remove some headers. (message-encode-message-body) @@ -4909,7 +4909,7 @@ Otherwise, generate and save a value for `canlock-password' first." ;; Avoid copying text props (except hard newlines). (insert (with-current-buffer messbuf - (mml-buffer-substring-no-properties-except-hard-newlines + (mml-buffer-substring-no-properties-except-some (point-min) (point-max)))) (message-encode-message-body) ;; Remove some headers.