Changes committed gnus/lisp (ChangeLog gnus-art.el)
"Katsumi Yamaoka" <[email protected]> Tue, 30 Sep 2008 01:54:48 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-art.el (gnus-article-read-summary-keys): Check if summary window exists. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1917 gnus/lisp/ChangeLog:7.1918 --- ChangeLog:7.1917 Fri Sep 26 23:46:30 2008 +++ ChangeLog Tue Sep 30 01:54:48 2008 @@ -1,3 +1,8 @@ +2008-09-29 Katsumi Yamaoka <[email protected]> + + * gnus-art.el (gnus-article-read-summary-keys): Check if summary window + exists. + 2008-09-26 Reiner Steib <[email protected]> * message.el (message-confirm-send): Fix version. Index: gnus-art.el diff -u gnus/lisp/gnus-art.el:7.281 gnus/lisp/gnus-art.el:7.282 --- gnus-art.el:7.281 Tue Aug 12 00:54:25 2008 +++ gnus-art.el Tue Sep 30 01:54:48 2008 @@ -6373,6 +6373,7 @@ (point)))) (when (and (not not-restore-window) new-sum-point + (window-live-p win) (with-current-buffer (window-buffer win) (eq major-mode 'gnus-summary-mode))) (set-window-point win new-sum-point)