1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.com

This commit is contained in:
Chong Yidong 2012-06-10 21:20:58 +08:00
commit 31ca4639ad
8 changed files with 39 additions and 27 deletions

View file

@ -3589,7 +3589,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.