From c91635b1d0661374e94353975ab31fba24cc8fce Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 15:35:57 +0000 Subject: [PATCH] Rename `mime-view-follow-current-entity' -> `mime-preview-follow-current-entity'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 49752b9..b00bf55 100644 --- a/mime-view.el +++ b/mime-view.el @@ -729,7 +729,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "\C-c\C-p" (function mime-preview-print-current-entity)) (define-key mime-view-mode-map - "a" (function mime-view-follow-current-entity)) + "a" (function mime-preview-follow-current-entity)) (define-key mime-view-mode-map "q" (function mime-view-quit)) (define-key mime-view-mode-map @@ -883,7 +883,7 @@ of the mother-buffer." ) mime-view-original-major-mode)) -(defun mime-view-follow-current-entity () +(defun mime-preview-follow-current-entity () "Write follow message to current entity. It calls following-method selected from variable `mime-view-following-method-alist'." -- 1.7.10.4