From 95ab52ab6c59f87bd2dabb883349c03721221ba5 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 28 May 1998 21:51:14 +0000 Subject: [PATCH] Rename 'mime-view-insert-message/partial-button to 'mime-preview-message/partial-button. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index c1b0b22..8ffb484 100644 --- a/mime-view.el +++ b/mime-view.el @@ -439,7 +439,7 @@ Each elements are regexp of field-name.") (ctree-set-calist-strictly 'mime-preview-condition '((type . message)(subtype . partial) (body-presentation-method - . mime-view-insert-message/partial-button))) + . mime-preview-message/partial-button))) (ctree-set-calist-strictly 'mime-preview-condition '((type . message)(subtype . rfc822) @@ -488,7 +488,7 @@ if it is not nil.") \[[ Please press `v' key in this buffer. ]]" )) -(defun mime-view-insert-message/partial-button (&optional entity situation) +(defun mime-preview-message/partial-button (&optional entity situation) (save-restriction (goto-char (point-max)) (if (not (search-backward "\n\n" nil t)) -- 1.7.10.4