X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-play.el;h=a7326a0a9cf3af8c1964798984c58b326a61517b;hb=bf765ed3ff2c3d2546f0687131812b307f9bd041;hp=943519c58b5283f101cf4afcbff630e671ab5b6c;hpb=52db84b2ab1c19f84f60f6b4006193ce2b4c0488;p=elisp%2Fsemi.git diff --git a/mime-play.el b/mime-play.el index 943519c..a7326a0 100644 --- a/mime-play.el +++ b/mime-play.el @@ -127,13 +127,6 @@ specified, play as it. Default MODE is \"play\"." (encoding (mime-entity-encoding entity-info))) (or content-type (setq content-type (make-mime-content-type 'text 'plain))) - ;; Check for VM - (if (< beg (point-min)) - (setq beg (point-min)) - ) - (if (< (point-max) end) - (setq end (point-max)) - ) (let (method cal ret) (setq cal (list* (cons 'major-mode major-mode) (cons 'encoding encoding)