X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=blobdiff_plain;f=mime-view.el;h=bf363dc397eaaaed1a676af616cc3291e4b81e25;hp=70a289810d62d25b8b5ebaa8c8eaf7b3aa3cc520;hb=8ea51b80ccf22c0957a355c4edfa9745a532f5ae;hpb=9ca43f6871dc48519e40df8123cb872fd8ceb7a7 diff --git a/mime-view.el b/mime-view.el index 70a2898..bf363dc 100644 --- a/mime-view.el +++ b/mime-view.el @@ -319,9 +319,9 @@ message/rfc822, entity-infos of other entities are included in `children', so entity-info become a tree.") (make-variable-buffer-local 'mime-raw-entity-info) -(defvar mime-view-buffer nil - "MIME View buffer corresponding with the (raw) buffer.") -(make-variable-buffer-local 'mime-view-buffer) +(defvar mime-preview-buffer nil + "MIME preview buffer corresponding with the (raw) buffer.") +(make-variable-buffer-local 'mime-preview-buffer) ;;; @@@ in view buffer @@ -438,7 +438,7 @@ The compressed face will be piped to this command.") (setq buffer-read-only t) (set-buffer the-buf) ) - (setq mime-view-buffer obuf) + (setq mime-preview-buffer obuf) ) (defun mime-view-display-entity (content cinfo ibuf obuf)