]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Mar 2001 23:08:12 +0000 (23:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Mar 2001 23:08:12 +0000 (23:08 +0000)
lisp/mail/rmail.el

index 36a957e36371d8ce8c5d53c4ca0b9f0bb6cc94d5..400f2ecee2c9f1fad8ad70b2e97d13ad65667431 100644 (file)
@@ -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.