Changes committed gnus/lisp (ChangeLog gnus-art.el)

"Katsumi Yamaoka" <[email protected]> Thu, 03 Sep 2009 01:16:39 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus-art.el

(gnus-article-read-summary-keys): Fix gnus-buffer-configuration's value
 temporarily used.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2008 gnus/lisp/ChangeLog:7.2009
--- ChangeLog:7.2008	Mon Aug 31 02:10:23 2009
+++ ChangeLog	Thu Sep  3 01:16:39 2009
@@ -1,3 +1,8 @@
+2009-09-02  Karl Kleinpaste  <[email protected]>
+
+	* gnus-art.el (gnus-article-read-summary-keys):
+	Fix gnus-buffer-configuration's value temporarily used.
+
 2009-08-31  Katsumi Yamaoka  <[email protected]>
 
 	* mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
Index: gnus-art.el
diff -u gnus/lisp/gnus-art.el:7.293 gnus/lisp/gnus-art.el:7.294
--- gnus-art.el:7.293	Wed Aug 12 10:27:50 2009
+++ gnus-art.el	Thu Sep  3 01:16:38 2009
@@ -6361,9 +6361,9 @@
 		 (gnus-configure-windows 'article)
 		 (unless (setq win (get-buffer-window summary-buffer 'visible))
 		   (let ((gnus-buffer-configuration
-			  '(article ((vertical 1.0
-					       (summary 0.25 point)
-					       (article 1.0))))))
+			  '((article ((vertical 1.0
+						(summary 0.25 point)
+						(article 1.0)))))))
 		     (gnus-configure-windows 'article))
 		   (setq win (get-buffer-window summary-buffer 'visible)))
 		 (gnus-select-frame-set-input-focus (window-frame win))