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