From 34fbfdcd25198e5ac2aa85b52ac2eb547a02c73b Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 5 Jan 2010 02:23:08 +0000 Subject: [PATCH] 2010-01-04 Stefan Monnier * gnus.texi (Posting Styles): Use with-current-buffer. --- texi/ChangeLog | 4 ++++ texi/gnus.texi | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index e5c7c5740..34d465959 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2010-01-04 Stefan Monnier + + * gnus.texi (Posting Styles): Use with-current-buffer. + 2009-12-18 Katsumi Yamaoka * gnus.texi (Direct Functions): Add missing port number to tls method. diff --git a/texi/gnus.texi b/texi/gnus.texi index 9e9f47991..6705ad7a8 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13449,8 +13449,7 @@ So here's a new example: (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")))) -- 2.25.1