emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 190942b: Fix up remainder of the mml property chang


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 190942b: Fix up remainder of the mml property change
Date: Sun, 29 May 2016 17:42:47 +0000 (UTC)

branch: master
commit 190942baeff3f541abf2a937e0fb4d3f9ea104be
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    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 a998687..03ce789 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]