Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] remove unused variable in gnus-msg.el
@ 2003-06-19 20:38 Jan Rychter
  2003-06-19 22:29 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Rychter @ 2003-06-19 20:38 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 103 bytes --]

The following trivial patch removes an unused variable from
gnus-configure-posting-styles.

--J.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: remove-unused.diff --]
[-- Type: text/x-patch, Size: 766 bytes --]

--- 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 with a
       ;; regexp matching everything, to be sure it takes precedence over all
@@ -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

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PATCH] remove unused variable in gnus-msg.el
  2003-06-19 20:38 [PATCH] remove unused variable in gnus-msg.el Jan Rychter
@ 2003-06-19 22:29 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2003-06-19 22:29 UTC (permalink / raw)


Jan Rychter <jan@rychter.com> writes:

> The following trivial patch removes an unused variable from
> gnus-configure-posting-styles.

Thanks, applied.



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

end of thread, other threads:[~2003-06-19 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-19 20:38 [PATCH] remove unused variable in gnus-msg.el Jan Rychter
2003-06-19 22:29 ` Jesper Harder

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).