From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53216 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] remove unused variable in gnus-msg.el Date: Fri, 20 Jun 2003 00:29:58 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056061900 16307 80.91.224.249 (19 Jun 2003 22:31:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2003 22:31:40 +0000 (UTC) Original-X-From: ding-owner+M1760=ding+2Daccount=gmane.org@lists.math.uh.edu Fri Jun 20 00:31:39 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19T7wR-0004Et-00 for ; Fri, 20 Jun 2003 00:31:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19T7wW-00034D-06 for ding-account@gmane.org; Thu, 19 Jun 2003 17:31:44 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19T7wO-000345-00 for ding@lists.math.uh.edu; Thu, 19 Jun 2003 17:31:36 -0500 Original-Received: (qmail 69836 invoked by alias); 19 Jun 2003 22:31:36 -0000 Original-Received: (qmail 69831 invoked from network); 19 Jun 2003 22:31:35 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 19 Jun 2003 22:31:35 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19T7xa-0001vv-00 for ; Fri, 20 Jun 2003 00:32:50 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 6 Original-NNTP-Posting-Host: 0xc3f98251.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1056061970 7434 195.249.130.81 (19 Jun 2003 22:32:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 Jun 2003 22:32:50 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > The following trivial patch removes an unused variable from > gnus-configure-posting-styles. Thanks, applied.