From 190942baeff3f541abf2a937e0fb4d3f9ea104be Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 29 May 2016 19:42:36 +0200 Subject: [PATCH] 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. --- lisp/gnus/message.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2