mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(mail-yank-original): Use with-no-warnings.
This commit is contained in:
parent
134c6d58a9
commit
c7c93bd96e
@ -1432,7 +1432,9 @@ and don't delete any header fields."
|
||||
;; delete that window to save screen space.
|
||||
;; t means don't alter other frames.
|
||||
(delete-windows-on original t)
|
||||
(insert-buffer original)
|
||||
(with-no-warnings
|
||||
;; We really want this to set mark.
|
||||
(insert-buffer original))
|
||||
(set-text-properties (point) (mark t) nil))
|
||||
(if (consp arg)
|
||||
nil
|
||||
|
Loading…
Reference in New Issue
Block a user