]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Mar 2009 03:33:30 +0000 (03:33 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Mar 2009 03:33:30 +0000 (03:33 +0000)
lisp/mail/rmailedit.el

index 80cc7c4578b609bbafc90d1b94e4bf7175c5476b..d456c6c1a6f13ff26ab68a66c4fa3f7735038c6e 100644 (file)
@@ -100,9 +100,10 @@ This function runs the hooks `text-mode-hook' and `rmail-edit-mode-hook'.
   (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))