From: Richard M. Stallman Date: Wed, 7 Mar 2001 23:08:12 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-21.0.100~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b31e48f528feb7f727fc662b4ec79dd89bd5935b;p=emacs.git Fix previous change. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 36a957e3637..400f2ecee2c 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1938,7 +1938,7 @@ otherwise, show it in full." (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.