;; 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).
;;;
(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))
(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)