projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874241a
)
(message-yank-original): Don't call `gnus-copy-article-buffer' to
author
morioka
<morioka>
Sat, 27 Mar 1999 12:35:18 +0000
(12:35 +0000)
committer
morioka
<morioka>
Sat, 27 Mar 1999 12:35:18 +0000
(12:35 +0000)
avoid problem to yank assembled (FULL) message of message/partial
pieces.
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
0b9e25a
..
1c1c956
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-1773,8
+1773,6
@@
prefix, and don't delete any headers."
(let ((modified (buffer-modified-p)))
(when (and message-reply-buffer
message-cite-function)
- (gnus-copy-article-buffer)
- (setq message-reply-buffer gnus-article-copy)
(delete-windows-on message-reply-buffer t)
(insert-buffer message-reply-buffer)
(funcall message-cite-function)