From 18bec38707f570d68c4b3b0424dcacd6fb18ac54 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 18 Mar 1997 08:24:07 +0000 Subject: [PATCH] `mime-view-follow-content' -> `mime-view-follow-current-entity'. --- mime-view.el | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/mime-view.el b/mime-view.el index 3c66e97..c55cf37 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.68 $ +;; Version: $Revision: 0.69 $ ;; 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.68 1997-03-18 08:19:22 morioka Exp $") + "$Id: mime-view.el,v 0.69 1997-03-18 08:24:07 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -376,7 +376,8 @@ Please redefine this function if you want to change default setting." ;;; @@ following method ;;; -(defvar mime-view-following-method-alist nil) +(defvar mime-view-following-method-alist nil + "Alist of major-mode vs. following-method of mime-view.") (defvar mime-view-following-required-fields-list '("From")) @@ -746,7 +747,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "\C-c\C-p" (function mime-view-print-current-entity)) (define-key mime-view-mode-map - "a" (function mime-view-follow-content)) + "a" (function mime-view-follow-current-entity)) (define-key mime-view-mode-map "q" (function mime-view-quit)) (define-key mime-view-mode-map @@ -862,7 +863,10 @@ It decodes current entity to call internal or external method as (mime-view-play-current-entity "print") ) -(defun mime-view-follow-content () +(defun mime-view-follow-current-entity () + "Write follow message to current entity. +It calls following-method selected from variable +`mime-view-following-method-alist'." (interactive) (let ((root-cinfo (mime::preview-content-info/content-info -- 1.7.10.4