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:
84f0e93
)
* gnus-msg.el (gnus-copy-article-buffer): Fix `point' -> `(point)'.
author
yamaoka
<yamaoka>
Thu, 21 Jun 2001 23:37:28 +0000
(23:37 +0000)
committer
yamaoka
<yamaoka>
Thu, 21 Jun 2001 23:37:28 +0000
(23:37 +0000)
lisp/gnus-msg.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-msg.el
b/lisp/gnus-msg.el
index
c2604bd
..
c4c3a55
100644
(file)
--- a/
lisp/gnus-msg.el
+++ b/
lisp/gnus-msg.el
@@
-578,7
+578,7
@@
header line with the old Message-ID."
(while (looking-at message-unix-mail-delimiter)
(forward-line 1))
(setq beg (point))
- (setq end (or (message-goto-body) point))
+ (setq end (or (message-goto-body) (point)))
;; Delete the headers from the displayed articles.
(set-buffer gnus-article-copy)
(delete-region (goto-char (point-min))