Synch to No Gnus 200504110723.
authoryamaoka <yamaoka>
Mon, 11 Apr 2005 07:25:56 +0000 (07:25 +0000)
committeryamaoka <yamaoka>
Mon, 11 Apr 2005 07:25:56 +0000 (07:25 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 95f7a68..30fe9e8 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
+
 2005-04-06  D Goel  <deego@gnufans.org>
 
        * spam-stat.el (spam-stat-score-buffer): Add a call to a
index c3dbe7f..caf46cf 100644 (file)
@@ -5675,7 +5675,7 @@ not have a face in `gnus-article-boring-faces'."
              (when (eq win (selected-window))
                (setq new-sum-point (point)
                      new-sum-start (window-start win)
-                     new-sum-hscroll (window-hscroll win))
+                     new-sum-hscroll (window-hscroll win)))
              (when (eq in-buffer (current-buffer))
                (setq selected (gnus-summary-select-article))
                (set-buffer obuf)
@@ -5691,7 +5691,7 @@ not have a face in `gnus-article-boring-faces'."
                           new-sum-point)
                  (set-window-point win new-sum-point)
                  (set-window-start win new-sum-start)
-                 (set-window-hscroll win new-sum-hscroll)))))
+                 (set-window-hscroll win new-sum-hscroll))))
          (set-window-configuration owin)
          (ding))))))