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
9e1b8ec4
Commit
9e1b8ec4
authored
Jun 09, 2012
by
Glenn Morris
Browse files
* mail/rmail.el (rmail-yank-current-message): Leave point at correct position.
Fixes: debbugs:11660
parent
00cd0305
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9e1b8ec4
...
...
@@ -2,6 +2,11 @@
* Version 24.1 released.
2012-06-01 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-yank-current-message):
Leave point at correct position. (Bug#11660)
2012-06-01 Chong Yidong <cyd@gnu.org>
* allout-widgets.el: Fix code header
...
...
lisp/mail/rmail.el
View file @
9e1b8ec4
...
...
@@ -3567,7 +3567,7 @@ If BUFFER is not swapped, yank out of its message viewer buffer."
(
with-current-buffer
buffer
(
unless
(
rmail-buffers-swapped-p
)
(
setq
buffer
rmail-view-buffer
)))
(
insert-buffer
buffer
)
(
insert-buffer
-substring
buffer
)
;; If they yank the text of BUFFER, the encoding of BUFFER is a
;; better default for the reply message than the default value of
;; buffer-file-coding-system.
...
...
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