From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53212 Path: main.gmane.org!not-for-mail From: Jan Rychter Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] remove unused variable in gnus-msg.el Date: Thu, 19 Jun 2003 13:38:19 -0700 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1056055376 16436 80.91.224.249 (19 Jun 2003 20:42:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2003 20:42:56 +0000 (UTC) Original-X-From: ding-owner+M1757@lists.math.uh.edu Thu Jun 19 22:42:52 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 19T6FA-0004GV-00 for ; Thu, 19 Jun 2003 22:42:52 +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 19T6En-000264-00; Thu, 19 Jun 2003 15:42:29 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19T6EW-00025k-00 for ding@lists.math.uh.edu; Thu, 19 Jun 2003 15:42:12 -0500 Original-Received: (qmail 66415 invoked by alias); 19 Jun 2003 20:42:12 -0000 Original-Received: (qmail 66404 invoked from network); 19 Jun 2003 20:42:12 -0000 Original-Received: from screech.rychter.com (212.87.11.114) by sclp3.sclp.com with SMTP; 19 Jun 2003 20:42:12 -0000 Original-Received: from tnuctip.rychter.com (unknown [10.197.0.2]) by screech.rychter.com (Postfix) with ESMTP id 6F46D4A600 for ; Thu, 19 Jun 2003 22:41:56 +0200 (CEST) Original-Received: from tnuctip.rychter.com (localhost.localdomain [127.0.0.1]) by tnuctip.rychter.com (8.12.8/8.12.8) with ESMTP id h5JKfvXf002127 for ; Thu, 19 Jun 2003 13:41:57 -0700 Original-Received: (from jwr@localhost) by tnuctip.rychter.com (8.12.8/8.12.8/Submit) id h5JKfutw002125; Thu, 19 Jun 2003 13:41:56 -0700 Original-To: ding@gnus.org X-Spammers-Please: blackholeme@rychter.com User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53212 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable The following trivial patch removes an unused variable from gnus-configure-posting-styles. --J. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=remove-unused.diff Content-Transfer-Encoding: quoted-printable --- gnus-msg.el.original 2003-06-19 12:40:37.000000000 -0700 +++ gnus-msg.el 2003-06-19 12:40:42.000000000 -0700 @@ -1820,7 +1820,7 @@ (unless gnus-inhibit-posting-styles (let ((group (or group-name gnus-newsgroup-name "")) (styles gnus-posting-styles) - style match variable attribute value v results + style match attribute value v results filep name address element) ;; If the group has a posting-style parameter, add it at the end wit= h a ;; regexp matching everything, to be sure it takes precedence over a= ll @@ -1868,7 +1868,6 @@ ;; We have a match, so we set the variables. (dolist (attribute style) (setq element (pop attribute) - variable nil filep nil) (setq value (cond --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA+8h88Lth4/7/QhDoRApxpAJ4+C+lkvRcrn5yR0ZJevUxRjlx7pwCeNhE4 knq3uhl+PW9WryPtbhCm0hk= =LqSt -----END PGP SIGNATURE----- --==-=-=--