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:
4deaaca
)
(mime-method-to-display-caesar): Use `mime-entity-number'.
author
morioka
<morioka>
Tue, 9 Jun 1998 16:44:20 +0000
(16:44 +0000)
committer
morioka
<morioka>
Tue, 9 Jun 1998 16:44:20 +0000
(16:44 +0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
af845c1
..
da9d9c8
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-628,7
+628,7
@@
saved as binary. Otherwise the region is saved by `write-region'."
"Internal method for mime-view to display ROT13-47-48 message."
(let* ((entity (mime-raw-find-entity-from-point start))
(new-name (format "%s-%s" (buffer-name)
- (reverse (mime-entity-node-id entity))))
+ (mime-entity-number entity)))
(mother mime-preview-buffer))
(let ((pwin (or (get-buffer-window mother)
(get-largest-window)))