From: morioka Date: Wed, 25 Mar 1998 09:58:39 +0000 (+0000) Subject: (emh-yank-cur-msg-with-no-filter): Rename X-Git-Tag: emh-1_1_3~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ba8c1968e818c5f9cc911807cf2789fbd56f65a3;p=elisp%2Femh.git (emh-yank-cur-msg-with-no-filter): Rename 'mime-view-plain-text-preview-hook -> 'mime-preview-text/plain-hook. --- diff --git a/emh-comp.el b/emh-comp.el index 9519c31..08daa32 100644 --- a/emh-comp.el +++ b/emh-comp.el @@ -441,8 +441,8 @@ then prompt for the message sequence. See also documentation for (defun emh-yank-cur-msg-with-no-filter () "Insert the current message into the draft buffer. This function makes new show-buffer from article-buffer to disable -variable `mime-view-plain-text-preview-hook'. If you don't want to -use text filters for replying message, please set it to +variable `mime-preview-text/plain-hook'. If you don't want to use text +filters for replying message, please set it to `emh-message-yank-function'. Prefix each non-blank line in the message with the string in `mh-ins-buf-prefix'. The entire message will be inserted if @@ -460,7 +460,7 @@ yanked message will be deleted." (set-buffer mh-show-buffer) ; Find displayed message (let ((mh-ins-str (if mime-raw-buffer - (let (mime-view-plain-text-preview-hook buf) + (let (mime-preview-text/plain-hook buf) (prog1 (save-window-excursion (set-buffer mime-raw-buffer)