From b31e48f528feb7f727fc662b4ec79dd89bd5935b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Mar 2001 23:08:12 +0000 Subject: [PATCH] Fix previous change. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5