From: morioka Date: Tue, 11 Nov 1997 11:48:57 +0000 (+0000) Subject: (emh-forward): Use `mime-edit-enclose-digest-region' instead of X-Git-Tag: emh-0_22~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f61819833392aabdd29cb2b2e17645d27df86162;p=elisp%2Femh.git (emh-forward): Use `mime-edit-enclose-digest-region' instead of `mime-edit-enclose-region'. --- diff --git a/emh-comp.el b/emh-comp.el index 91bb5da..484b731 100644 --- a/emh-comp.el +++ b/emh-comp.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1996/2/29 (separated from tm-mh-e.el) ;; Renamed: 1997/2/21 from tmh-comp.el -;; Version: $Id: emh-comp.el,v 0.4 1997-09-25 15:41:51 morioka Exp $ +;; Version: $Id: emh-comp.el,v 0.5 1997-11-11 11:48:57 morioka Exp $ ;; Keywords: mail composing, MH, MIME, mail ;; This file is part of emh. @@ -386,7 +386,7 @@ then prompt for the message sequence. See also documentation for ))) (delete-region (point) (point-max)) (if multipart-flag - (mime-edit-enclose-region "digest" beg (point)) + (mime-edit-enclose-digest-region beg (point)) )))) (re-search-forward tag-regexp) (forward-line 1)