Mercurial > emacs
changeset 102479:53f69b319f5d
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 11 Mar 2009 03:33:30 +0000 |
parents | f4571df6b6cc |
children | c50bd87f030b |
files | lisp/mail/rmailedit.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el Wed Mar 11 03:22:37 2009 +0000 +++ b/lisp/mail/rmailedit.el Wed Mar 11 03:33:30 2009 +0000 @@ -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))