]> code.delx.au - gnu-emacs/commitdiff
(mail-yank-original): Use with-no-warnings.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:57:30 +0000 (02:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:57:30 +0000 (02:57 +0000)
lisp/mail/sendmail.el

index 08568df93c2a10f42da4581cf3860d88853d149f..f2dec7575209321e5acdef126aa564c586d90d0f 100644 (file)
@@ -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