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