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:
8e6641f
)
Rename `mime-display-message/rfc822' ->
author
morioka
<morioka>
Thu, 12 Mar 1998 12:02:27 +0000
(12:02 +0000)
committer
morioka
<morioka>
Thu, 12 Mar 1998 12:02:27 +0000
(12:02 +0000)
`mime-method-to-display-message/rfc822'.
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
810a6e4
..
189e796
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-263,7
+263,7
@@
It is registered to variable `mime-view-quitting-method-alist'."
(pop-to-buffer mother)
))
-(defun mime-display-message/rfc822 (beg end cal)
+(defun mime-method-to-display-message/rfc822 (beg end cal)
(let* ((cnum (mime-article/point-content-number beg))
(new-name (format "%s-%s" (buffer-name) cnum))
(mother mime-view-buffer)