From 3c0f11e803a3b35d221a0c429ef6e2ed631a3462 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 15:33:48 +0000 Subject: [PATCH] Rename `mime-view-print-current-entity' -> `mime-preview-print-current-entity'. --- mime-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index feae505..49752b9 100644 --- a/mime-view.el +++ b/mime-view.el @@ -672,7 +672,7 @@ The compressed face will be piped to this command.") (scroll-up "Scroll-up" mime-preview-scroll-up-entity) (play "Play current entity" mime-preview-play-current-entity) (extract "Extract current entity" mime-preview-extract-current-entity) - (print "Print current entity" mime-view-print-current-entity) + (print "Print current entity" mime-preview-print-current-entity) (x-face "Show X Face" mime-view-display-x-face) ) "Menu for MIME Viewer") @@ -727,7 +727,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "e" (function mime-preview-extract-current-entity)) (define-key mime-view-mode-map - "\C-c\C-p" (function mime-view-print-current-entity)) + "\C-c\C-p" (function mime-preview-print-current-entity)) (define-key mime-view-mode-map "a" (function mime-view-follow-current-entity)) (define-key mime-view-mode-map @@ -859,7 +859,7 @@ It decodes current entity to call internal or external method as (mime-preview-play-current-entity "extract") ) -(defun mime-view-print-current-entity () +(defun mime-preview-print-current-entity () "Print current entity (maybe). It decodes current entity to call internal or external method as \"print\" mode. The method is selected from variable -- 1.7.10.4