From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77104 Path: news.gmane.org!not-for-mail From: David Edmondson Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] (gnus-setup-message): Declare `winconf-name'. Date: Tue, 22 Feb 2011 09:47:15 +0000 Message-ID: <1298368035-1950-1-git-send-email-dme@dme.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298368110 9265 80.91.229.12 (22 Feb 2011 09:48:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 09:48:30 +0000 (UTC) Cc: David Edmondson To: ding@gnus.org Original-X-From: ding-owner+M25437@lists.math.uh.edu Tue Feb 22 10:48:26 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pror2-0003as-9W for ding-account@gmane.org; Tue, 22 Feb 2011 10:48:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Proqo-0001Vd-SS; Tue, 22 Feb 2011 03:48:10 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Proqn-0001VH-0c for ding@lists.math.uh.edu; Tue, 22 Feb 2011 03:48:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Proqm-0003EO-1H for ding@lists.math.uh.edu; Tue, 22 Feb 2011 03:48:08 -0600 Original-Received: from host81-149-164-25.in-addr.btopenworld.com ([81.149.164.25] helo=ut.hh.sledj.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Proql-0002L3-3D for ding@gnus.org; Tue, 22 Feb 2011 10:48:07 +0100 Original-Received: by ut.hh.sledj.net (Postfix, from userid 1000) id D4C72594067; Tue, 22 Feb 2011 09:47:18 +0000 (GMT) X-Mailer: git-send-email 1.7.2.3 X-Spam-Score: -0.9 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77104 Archived-At: --- 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