From: morioka Date: Fri, 13 Mar 1998 15:33:48 +0000 (+0000) Subject: Rename `mime-view-print-current-entity' -> X-Git-Tag: semi-1_1_0~101 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0f11e803a3b35d221a0c429ef6e2ed631a3462;p=elisp%2Fsemi.git Rename `mime-view-print-current-entity' -> `mime-preview-print-current-entity'. --- 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