(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
)
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'."