From: morioka Date: Fri, 13 Mar 1998 15:12:21 +0000 (+0000) Subject: Rename `mime-view-next-line-content' -> X-Git-Tag: semi-1_1_0~110 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1f481fe5d2ac3ff4de795c058e438d0fdf086a6;p=elisp%2Fsemi.git Rename `mime-view-next-line-content' -> `mime-preview-next-line-content'. --- 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) )