Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.287 emacs/lisp/mail/sendmail.el:1.288
*** emacs/lisp/mail/sendmail.el:1.287   Sat Aug  6 18:54:05 2005
--- emacs/lisp/mail/sendmail.el Tue Aug  9 02:57:30 2005
***************
*** 1432,1438 ****
          ;; delete that window to save screen space.
          ;; t means don't alter other frames.
          (delete-windows-on original t)
!         (insert-buffer original)
          (set-text-properties (point) (mark t) nil))
        (if (consp arg)
            nil
--- 1432,1440 ----
          ;; delete that window to save screen space.
          ;; t means don't alter other frames.
          (delete-windows-on original t)
!         (with-no-warnings
!           ;; We really want this to set mark.
!           (insert-buffer original))
          (set-text-properties (point) (mark t) nil))
        (if (consp arg)
            nil


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to