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:
5ac71d7
)
(mime-show-echo-buffer): Bind `buffer-read-only' to nil, while insert
author
keiichi
<keiichi>
Mon, 31 May 1999 00:31:30 +0000
(
00:31
+0000)
committer
keiichi
<keiichi>
Mon, 31 May 1999 00:31:30 +0000
(
00:31
+0000)
messages.
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
28dcedb
..
70fb849
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-417,8
+417,9
@@
this function is called."
))
(goto-char (setq start (point-max)))
(if forms
- (insert (apply (function format) forms))
- )
+ (let ((buffer-read-only nil))
+ (insert (apply (function format) forms))
+ ))
(prog1
(list win start (point))
(select-window the-win)