(gnus-recenter): Fix horizontal recenter.
authorSimon Josefsson <jas@extundo.com>
Sun, 2 Jul 2000 18:26:13 +0000 (18:26 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 2 Jul 2000 18:26:13 +0000 (18:26 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index dda570e..bfaf179 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
+
+       * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
+
 2000-07-03  Simon Josefsson  <simon@josefsson.org>
 
        * gnus-sum.el (gnus-update-marks): Don't propagate download and
index f7d7e72..43729ed 100644 (file)
@@ -5143,8 +5143,7 @@ articles with that subject.  If BACKWARD, search backward instead."
   "Center point in window and redisplay frame.
 Also do horizontal recentering."
   (interactive "P")
-  (when (and nil
-            gnus-auto-center-summary
+  (when (and gnus-auto-center-summary
             (not (eq gnus-auto-center-summary 'vertical)))
     (gnus-horizontal-recenter))
   (recenter n))