Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] (gnus-setup-message): Declare `winconf-name'.
@ 2011-02-22  9:47 David Edmondson
  2011-02-22 17:38 ` Ted Zlatanov
  2011-02-23  8:11 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: David Edmondson @ 2011-02-22  9:47 UTC (permalink / raw)
  To: ding; +Cc: David Edmondson

---
 lisp/gnus-msg.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 29ac431..d715fc8 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -383,6 +383,7 @@ Thank you for your help in stamping out bugs.
 (defvar gnus-article-reply nil)
 (defmacro gnus-setup-message (config &rest forms)
   (let ((winconf (make-symbol "gnus-setup-message-winconf"))
+	(winconf-name (make-symbol "gnus-setup-message-winconf-name"))
 	(buffer (make-symbol "gnus-setup-message-buffer"))
 	(article (make-symbol "gnus-setup-message-article"))
 	(yanked (make-symbol "gnus-setup-yanked-articles"))
-- 
1.7.2.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-23  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22  9:47 [PATCH] (gnus-setup-message): Declare `winconf-name' David Edmondson
2011-02-22 17:38 ` Ted Zlatanov
2011-02-23  8:11 ` Lars Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).