* wl-draft.el (wl-draft-clone-local-variables):
authorokazaki <okazaki>
Wed, 24 May 2000 04:45:39 +0000 (04:45 +0000)
committerokazaki <okazaki>
Wed, 24 May 2000 04:45:39 +0000 (04:45 +0000)
Remove redundant `setq'.

wl/wl-draft.el

index fd1de00..0259934 100644 (file)
@@ -969,7 +969,7 @@ to find out how to use this."
                   (string-match 
                    wl-draft-clone-local-variable-regexp
                    (symbol-name (car local))))
-         (setq result (wl-append result (list (car local)))))))
+         (wl-append result (list (car local))))))
      locals)
     result))