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:
5e61092
)
start and end of the region fixed
author
ohta
<ohta>
Tue, 12 May 1998 18:09:34 +0000
(18:09 +0000)
committer
ohta
<ohta>
Tue, 12 May 1998 18:09:34 +0000
(18:09 +0000)
mime-partial.el
patch
|
blob
|
history
diff --git
a/mime-partial.el
b/mime-partial.el
index
cb9d439
..
c240070
100644
(file)
--- a/
mime-partial.el
+++ b/
mime-partial.el
@@
-84,7
+84,9
@@
partial messages using mime-view."
(if (string= the-id id)
(progn
(mime-method-to-store-message/partial
- (point-min)(point-max) parameters)
+ (mime-entity-point-min mime-raw-message-info)
+ (mime-entity-point-max mime-raw-message-info)
+ parameters)
(if (file-exists-p full-file)
(throw 'tag nil)
)