Changes committed gnus/texi (ChangeLog gnus.texi)

"Katsumi Yamaoka" <[email protected]> Tue, 05 Jan 2010 03:23:08 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus.texi

2010-01-04  Stefan Monnier  <[email protected]>

	* gnus.texi (Posting Styles): Use with-current-buffer.


Index: ChangeLog
diff -u gnus/texi/ChangeLog:7.454 gnus/texi/ChangeLog:7.455
--- ChangeLog:7.454	Fri Dec 18 05:29:23 2009
+++ ChangeLog	Tue Jan  5 03:23:08 2010
@@ -1,3 +1,7 @@
+2010-01-04  Stefan Monnier  <[email protected]>
+
+	* gnus.texi (Posting Styles): Use with-current-buffer.
+
 2009-12-18  Katsumi Yamaoka  <[email protected]>
 
 	* gnus.texi (Direct Functions): Add missing port number to tls method.
Index: gnus.texi
diff -u gnus/texi/gnus.texi:7.324 gnus/texi/gnus.texi:7.325
--- gnus.texi:7.324	Fri Dec 18 05:29:23 2009
+++ gnus.texi	Tue Jan  5 03:23:08 2010
@@ -13449,8 +13449,7 @@
          (body "You are fired.\n\nSincerely, your boss.")
          (organization "Important Work, Inc"))
         ("nnml:.*"
-         (From (save-excursion
-                 (set-buffer gnus-article-buffer)
+         (From (with-current-buffer gnus-article-buffer
                  (message-fetch-field "to"))))
         ("^nn.+:"
          (signature-file "~/.mail-signature"))))