(gnus-configure-posting-styles): Remove unused
authorJesper Harder <harder@ifa.au.dk>
Thu, 19 Jun 2003 22:35:39 +0000 (22:35 +0000)
committerJesper Harder <harder@ifa.au.dk>
Thu, 19 Jun 2003 22:35:39 +0000 (22:35 +0000)
variable.  From Jan Rychter <jan@rychter.com>.

lisp/ChangeLog
lisp/gnus-msg.el

index 133ab13..e31edd2 100644 (file)
@@ -1,5 +1,8 @@
 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
 
+       * gnus-msg.el (gnus-configure-posting-styles): Remove unused
+       variable.  From Jan Rychter <jan@rychter.com>.
+
        * spam.el (spam-spamoracle-learn): insert-string is obsolete.
 
 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
index 5f90549..cd56894 100644 (file)
@@ -1820,7 +1820,7 @@ this is a reply."
   (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 @@ this is a reply."
          ;; We have a match, so we set the variables.
          (dolist (attribute style)
            (setq element (pop attribute)
-                 variable nil
                  filep nil)
            (setq value
                  (cond