From 3dfcbaf6dbf4c32ee53225ad277be0da0f866301 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 17 Mar 1997 12:12:01 +0000 Subject: [PATCH] `mime-print-entity' -> `mime-view-print-current-entity'. --- mime-view.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mime-view.el b/mime-view.el index f43c9a5..de84d10 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.36 $ +;; Version: $Revision: 0.37 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -40,7 +40,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.36 1997-03-17 12:10:31 morioka Exp $") + "$Id: mime-view.el,v 0.37 1997-03-17 12:12:01 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -717,7 +717,7 @@ The compressed face will be piped to this command.") (scroll-up "Scroll to next content" mime-view-scroll-up-content) (play "Play Content" mime-view-play-current-entity) (extract "Extract Content" mime-view-extract-current-entity) - (print "Print" mime-print-entity) + (print "Print" mime-view-print-current-entity) (x-face "Show X Face" mime-view-display-x-face) ) "Menu for MIME Viewer") @@ -772,7 +772,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "e" (function mime-view-extract-current-entity)) (define-key mime-view-mode-map - "\C-c\C-p" (function mime-print-entity)) + "\C-c\C-p" (function mime-view-print-current-entity)) (define-key mime-view-mode-map "a" (function mime-view-follow-content)) (define-key mime-view-mode-map @@ -906,7 +906,7 @@ It decodes current entity to call internal or external method as (mime-view-play-current-entity "extract") ) -(defun mime-print-entity () +(defun mime-view-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