projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f7431
)
Sync up with semi-1_4_5_9.
author
morioka
<morioka>
Mon, 25 May 1998 13:12:00 +0000
(13:12 +0000)
committer
morioka
<morioka>
Mon, 25 May 1998 13:12:00 +0000
(13:12 +0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
943519c
..
a7326a0
100644
(file)
--- 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)