From: yamaoka Date: Wed, 14 Apr 1999 00:24:51 +0000 (+0000) Subject: * (mime-edit-translate-buffer): Do `undo-boundary' before translating. X-Git-Tag: semi-pgpgpg_08~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc7a521f34806237b6669156d06d684531e8ee09;p=elisp%2Fsemi.git * (mime-edit-translate-buffer): Do `undo-boundary' before translating. --- diff --git a/ChangeLog b/ChangeLog index b1a697f..1829d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-14 Katsumi Yamaoka + + * mime-edit.el (mime-edit-translate-buffer): Do `undo-boundary' + before translating. + 1999-04-13 Katsumi Yamaoka * mime-mc.el (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): diff --git a/mime-edit.el b/mime-edit.el index 236daf0..9919b5f 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -1625,6 +1625,7 @@ Parameter must be '(PROMPT CHOICE1 (CHOISE2 ...))." (defun mime-edit-translate-buffer () "Encode the tagged MIME message in current buffer in MIME compliant message." (interactive) + (undo-boundary) (if (catch 'mime-edit-error (save-excursion (run-hooks 'mime-edit-translate-buffer-hook)