From: yamaoka Date: Mon, 11 Apr 2005 07:25:56 +0000 (+0000) Subject: Synch to No Gnus 200504110723. X-Git-Tag: t-gnus-6_17_4-quimby-~511 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=78340f72f6385d507c1e755e150667f6c45a4b40;p=elisp%2Fgnus.git- Synch to No Gnus 200504110723. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95f7a68..30fe9e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens. + 2005-04-06 D Goel * spam-stat.el (spam-stat-score-buffer): Add a call to a diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index c3dbe7f..caf46cf 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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))))))