emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/mail rmailedit.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail rmailedit.el
Date: Wed, 11 Mar 2009 03:33:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/03/11 03:33:30

Modified files:
        lisp/mail      : rmailedit.el 

Log message:
        Comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmailedit.el?cvsroot=emacs&r1=1.56&r2=1.57

Patches:
Index: rmailedit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmailedit.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- rmailedit.el        11 Mar 2009 03:22:42 -0000      1.56
+++ rmailedit.el        11 Mar 2009 03:33:30 -0000      1.57
@@ -100,9 +100,10 @@
   (setq rmail-old-headers (rmail-edit-headers-alist t))
   (setq buffer-read-only nil)
   (setq buffer-undo-list nil)
-  ;; FIXME whether the buffer is initially marked as modified or not
+  ;; Whether the buffer is initially marked as modified or not
   ;; depends on whether or not the underlying rmail buffer was so marked.
-  ;; Seems poor.
+  ;; Given the way this works, it has to.
+  ;; If you kill the edit buffer, you've killed your rmail buffer.
   (force-mode-line-update)
   (if (and (eq (key-binding "\C-c\C-c") 'rmail-cease-edit)
           (eq (key-binding "\C-c\C-]") 'rmail-abort-edit))




reply via email to

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