From: morioka Date: Tue, 16 Jun 1998 20:53:24 +0000 (+0000) Subject: Rename `mime-preview-text/plain' to `mime-display-text/plain'. X-Git-Tag: remi-199811302358~54 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e844c9a8aa4b1847cf85119f82c5a8086f7ef797;p=elisp%2Fsemi.git Rename `mime-preview-text/plain' to `mime-display-text/plain'. --- diff --git a/mime-view.el b/mime-view.el index e11d576..ae7e282 100644 --- a/mime-view.el +++ b/mime-view.el @@ -463,13 +463,13 @@ Each elements are regexp of field-name.") (ctree-set-calist-strictly 'mime-preview-condition '((body . visible) - (body-presentation-method . mime-preview-text/plain))) + (body-presentation-method . mime-display-text/plain))) (ctree-set-calist-strictly 'mime-preview-condition '((type . nil) (body . visible) - (body-presentation-method . mime-preview-text/plain))) + (body-presentation-method . mime-display-text/plain))) (ctree-set-calist-strictly 'mime-preview-condition @@ -487,7 +487,7 @@ Each elements are regexp of field-name.") 'mime-preview-condition '((type . text)(subtype . t) (body . visible) - (body-presentation-method . mime-preview-text/plain))) + (body-presentation-method . mime-display-text/plain))) (ctree-set-calist-strictly 'mime-preview-condition @@ -516,7 +516,7 @@ Each elements are regexp of field-name.") ;;; @@@ entity presentation ;;; -(autoload 'mime-preview-text/plain "mime-text") +(autoload 'mime-display-text/plain "mime-text") (autoload 'mime-preview-text/enriched "mime-text") (autoload 'mime-preview-text/richtext "mime-text")