From: morioka Date: Tue, 4 Mar 1997 12:53:25 +0000 (+0000) Subject: `mime/edit-again' was renamed to `mime-edit-again'. X-Git-Tag: Hokutetsu-Ishikawa-new~191 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=513cade23e811d0f6ee8db55cc829a20d0261ab0;p=elisp%2Fsemi.git `mime/edit-again' was renamed to `mime-edit-again'. --- diff --git a/mime-edit.el b/mime-edit.el index 50ff192..020a972 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1994/08/21 renamed from mime.el ;; Renamed: 1997/2/21 from tm-edit.el -;; Version: $Revision: 0.58 $ +;; Version: $Revision: 0.59 $ ;; Keywords: MIME, multimedia, multilingual, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -122,7 +122,7 @@ ;;; (defconst mime-edit-RCS-ID - "$Id: mime-edit.el,v 0.58 1997-03-04 12:38:17 morioka Exp $") + "$Id: mime-edit.el,v 0.59 1997-03-04 12:53:25 morioka Exp $") (defconst mime-edit-version (get-version-string mime-edit-RCS-ID)) @@ -2562,7 +2562,10 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n" ) )))) -(defun mime/edit-again (&optional code-conversion no-separator no-mode) +(defun mime-edit-again (&optional code-conversion no-separator no-mode) + "Convert current buffer to MIME-Edit buffer and turn on MIME-Edit mode. +Content-Type and Content-Transfer-Encoding header fields will be +converted to MIME-Edit tags." (interactive) (mime-editor::edit-again code-conversion) (goto-char (point-min))