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/pmailout.el,v


From: Paul Michael Reilly
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmailout.el,v
Date: Wed, 03 Sep 2008 15:33:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Paul Michael Reilly <pmr>       08/09/03 15:33:38

Index: pmailout.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/pmailout.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pmailout.el 18 Aug 2008 05:32:57 -0000      1.3
+++ pmailout.el 3 Sep 2008 15:33:38 -0000       1.4
@@ -244,8 +244,7 @@
         (error "Operation aborted"))
     (write-region (point) (point-max) file-name)
     (when (equal major-mode 'pmail-mode)
-      (pmail-desc-set-attribute pmail-desc-stored-index
-                               t pmail-current-message)))
+      (pmail-desc-set-attribute pmail-current-message pmail-desc-stored-index 
t)))
   (when pmail-delete-after-output
     (pmail-delete-forward)))
 




reply via email to

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