Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c345112e
Commit
c345112e
authored
Apr 03, 2007
by
Thien-Thi Nguyen
Browse files
(gnus-inews-yank-articles): Fix bug: After
message-yank-original, make sure (< mark TEXT point).
parent
d2b3c7db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-msg.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
c345112e
2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
* gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
message-yank-original, make sure (< mark TEXT point).
2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
* nnmail.el (nnmail-spool-file): Mark as obsolete.
...
...
lisp/gnus/gnus-msg.el
View file @
c345112e
...
...
@@ -771,6 +771,7 @@ active, the entire article will be yanked."
(nnheader-narrow-to-headers)
(nnheader-parse-naked-head)))))
(message-yank-original)
(exchange-point-and-mark) ; so that (< mark TEXT point)
(setq beg (or beg (mark t))))
(when articles
(insert "
\n
")))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment