From: morioka Date: Tue, 25 May 1999 10:15:28 +0000 (+0000) Subject: (mime-goto-body-end-point): New generic function. X-Git-Tag: chao-1_13_0~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9614f28c7ad1718fb29a9930f469874ee4102140;p=elisp%2Fflim.git (mime-goto-body-end-point): New generic function. --- diff --git a/mime.el b/mime.el index 9ad5b36..674db7c 100644 --- a/mime.el +++ b/mime.el @@ -172,6 +172,9 @@ If MESSAGE is specified, it is regarded as root entity." (luna-define-generic mime-goto-body-start-point (entity) "Set buffer and point to body-start-position of ENTITY.") +(luna-define-generic mime-goto-body-end-point (entity) + "Set buffer and point to body-end-position of ENTITY.") + ;;; @ Entity Header ;;;