Mercurial > emacs
changeset 36645:cc217d368273
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Mar 2001 23:08:12 +0000 |
parents | 054d5c161457 |
children | 5c9e147d55d8 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Mar 07 23:05:10 2001 +0000 +++ b/lisp/mail/rmail.el Wed Mar 07 23:08:12 2001 +0000 @@ -1938,7 +1938,7 @@ (window-start window)))) (recenter (min (+ old-screen-line lines-offscreen) ;; last line of window - (- (window-height) 2)))))))))) + (- (window-height) 2))))))))) (rmail-highlight-headers)))) ;; Lifted from repos-count-screen-lines.