# HG changeset patch # User Richard M. Stallman # Date 984006492 0 # Node ID cc217d368273e9e931f3983690b8b5a5fdbfa864 # Parent 054d5c1614571b41a8fba223d7904718f6494247 Fix previous change. diff -r 054d5c161457 -r cc217d368273 lisp/mail/rmail.el --- 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.