From 6a1a2f012bd6d06241083dcb379c39f15875ddd5 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 15:28:12 +0000 Subject: [PATCH] Rename `mime-view-extract-current-entity' -> `mime-preview-extract-current-entity'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index a47a2ea..73161fc 100644 --- a/mime-view.el +++ b/mime-view.el @@ -725,7 +725,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "v" (function mime-preview-play-current-entity)) (define-key mime-view-mode-map - "e" (function mime-view-extract-current-entity)) + "e" (function mime-preview-extract-current-entity)) (define-key mime-view-mode-map "\C-c\C-p" (function mime-view-print-current-entity)) (define-key mime-view-mode-map @@ -850,7 +850,7 @@ button-2 Move to point under the mouse cursor (autoload 'mime-preview-play-current-entity "mime-play" "Play current entity." t) -(defun mime-view-extract-current-entity () +(defun mime-preview-extract-current-entity () "Extract current entity into file (maybe). It decodes current entity to call internal or external method as \"extract\" mode. The method is selected from variable -- 1.7.10.4