Rename `mime-view-follow-current-entity' ->
authormorioka <morioka>
Fri, 13 Mar 1998 15:35:57 +0000 (15:35 +0000)
committermorioka <morioka>
Fri, 13 Mar 1998 15:35:57 +0000 (15:35 +0000)
`mime-preview-follow-current-entity'.

mime-view.el

index 49752b9..b00bf55 100644 (file)
@@ -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'."