From 78340f72f6385d507c1e755e150667f6c45a4b40 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 11 Apr 2005 07:25:56 +0000 Subject: [PATCH] Synch to No Gnus 200504110723. --- lisp/ChangeLog | 4 ++++ lisp/gnus-art.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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)))))) -- 1.7.10.4