(mime-preview/display-content): Put `mime-view-raw-buffer' and
authormorioka <morioka>
Mon, 17 Mar 1997 15:01:11 +0000 (15:01 +0000)
committermorioka <morioka>
Mon, 17 Mar 1997 15:01:11 +0000 (15:01 +0000)
`mime-view-cinfo' as text-property.

mime-view.el

index 16ddb01..52fc682 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.49 $
+;; Version: $Revision: 0.50 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.49 1997-03-17 14:41:19 morioka Exp $")
+  "$Id: mime-view.el,v 0.50 1997-03-17 15:01:11 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
@@ -536,6 +536,8 @@ The compressed face will be piped to this command.")
        (progn
          (setq ne (point-max))
          (widen)
+         (put-text-property nb ne 'mime-view-raw-buffer ibuf)
+         (put-text-property nb ne 'mime-view-cinfo content)
          (mime::preview-content-info/create nb (1- ne) ibuf content)
          )
       (goto-char ne)