From 3cfb06160806b1984b0948a271ab915ec29742db Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 15:16:15 +0000 Subject: [PATCH] Rename `mime-preview-next-line-content' -> `mime-preview-next-line-entity'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 73094ff..afb08d3 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-preview-next-line-content)) + "\C-m" (function mime-preview-next-line-entity)) (define-key mime-view-mode-map "\C-\M-m" (function mime-preview-previous-line-entity)) (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-preview-next-line-content () +(defun mime-preview-next-line-entity () (interactive) (mime-preview-scroll-up-entity 1) ) -- 1.7.10.4