Revision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-93
authorMiles Bader <miles@gnu.org>
Mon, 11 Apr 2005 07:23:19 +0000 (07:23 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 11 Apr 2005 07:23:19 +0000 (07:23 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 61)

   - Update from CVS

2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.

lisp/ChangeLog
lisp/gnus-art.el

index 913c378..e963e02 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
 2005-04-06  D Goel  <deego@gnufans.org>
 
        * spam-stat.el (spam-stat-score-buffer): Add a call to a
index f8a3d68..abf1dcc 100644 (file)
@@ -5305,7 +5305,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)
              (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)
              (when (eq in-buffer (current-buffer))
                (setq selected (gnus-summary-select-article))
                (set-buffer obuf)
@@ -5321,7 +5321,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)
                           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))))))
 
          (set-window-configuration owin)
          (ding))))))