set-window-start with NOFORCE in Emacs case.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 17 Nov 1999 18:13:35 +0000 (18:13 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 17 Nov 1999 18:13:35 +0000 (18:13 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index ca9026e..4ac59e5 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-recenter): set-window-start with
+       NOFORCE in Emacs case.
+
 1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (gnus-request-article-this-buffer): Set
index 66406ab..c62bbb3 100644 (file)
@@ -5107,7 +5107,8 @@ displayed, no centering will be performed."
        ;; whichever is the least.
        (set-window-start
         window (min bottom (save-excursion
-                             (forward-line (- top)) (point)))))
+                             (forward-line (- top)) (point)))
+        t))
       ;; Do horizontal recentering while we're at it.
       (when (and (get-buffer-window (current-buffer) t)
                 (not (eq gnus-auto-center-summary 'vertical)))