From d7a5280d829b3e0b8a498138d51d8f9b75267d38 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 15:13:46 +0000 Subject: [PATCH] Rename `mime-view-previous-line-content' -> `mime-preview-previous-line-content'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 3dc7dbd..29f51e3 100644 --- a/mime-view.el +++ b/mime-view.el @@ -721,7 +721,7 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "\C-m" (function mime-preview-next-line-content)) (define-key mime-view-mode-map - "\C-\M-m" (function mime-view-previous-line-content)) + "\C-\M-m" (function mime-preview-previous-line-content)) (define-key mime-view-mode-map "v" (function mime-view-play-current-entity)) (define-key mime-view-mode-map @@ -1144,7 +1144,7 @@ If reached to (point-min), it calls function registered in variable (mime-preview-scroll-up-entity 1) ) -(defun mime-view-previous-line-content () +(defun mime-preview-previous-line-content () (interactive) (mime-preview-scroll-down-entity 1) ) -- 1.7.10.4