diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-06-29 03:16:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-06-29 03:16:15 +0000 |
commit | 6519817ea6e949b4f99f03cbea8391acfde3073d (patch) | |
tree | 47b56dd1b43f480869e007d5c15c3dfff28d6d30 | |
parent | 15533ae2bf533380005965bd123a45354ed9a61b (diff) | |
download | emacs-6519817ea6e949b4f99f03cbea8391acfde3073d.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf277a5f468..245e9e30feb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2001-06-28 Richard M. Stallman <rms@gnu.org> + + * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t. + (rmail-msg-restore-non-pruned-header): Likewise. + If point was in the old pruned header, put it at the top. + (rmail-msg-prune-header): If point was at the top, keep it there. + + * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function. + (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header. + 2001-06-28 Stefan Monnier <monnier@cs.yale.edu> * info.el (Info-clone-buffer-hook): Unconditionally copy marker. |