(emh-yank-cur-msg-with-no-filter): Rename
authormorioka <morioka>
Wed, 25 Mar 1998 09:58:39 +0000 (09:58 +0000)
committermorioka <morioka>
Wed, 25 Mar 1998 09:58:39 +0000 (09:58 +0000)
'mime-view-plain-text-preview-hook -> 'mime-preview-text/plain-hook.

emh-comp.el

index 9519c31..08daa32 100644 (file)
@@ -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)