comparison lisp/ChangeLog @ 38227:1ed012296a9e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Jun 2001 03:16:15 +0000
parents 7ee172ed0239
children aa4a82ab70c4
comparison
equal deleted inserted replaced
38226:7ee172ed0239 38227:1ed012296a9e
1 2001-06-28 Richard M. Stallman <rms@gnu.org>
2
3 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4 (rmail-msg-restore-non-pruned-header): Likewise.
5 If point was in the old pruned header, put it at the top.
6 (rmail-msg-prune-header): If point was at the top, keep it there.
7
8 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
9 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
10
1 2001-06-28 Stefan Monnier <monnier@cs.yale.edu> 11 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2 12
3 * info.el (Info-clone-buffer-hook): Unconditionally copy marker. 13 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4 14
5 2001-06-28 Karl Fogel <kfogel@red-bean.com> 15 2001-06-28 Karl Fogel <kfogel@red-bean.com>