emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
Date: Mon, 08 Aug 2005 22:57:31 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]