projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3699ed
)
* wl-draft.el (wl-draft-clone-local-variables):
author
okazaki
<okazaki>
Wed, 24 May 2000 04:45:39 +0000
(
04:45
+0000)
committer
okazaki
<okazaki>
Wed, 24 May 2000 04:45:39 +0000
(
04:45
+0000)
Remove redundant `setq'.
wl/wl-draft.el
patch
|
blob
|
history
diff --git
a/wl/wl-draft.el
b/wl/wl-draft.el
index
fd1de00
..
0259934
100644
(file)
--- a/
wl/wl-draft.el
+++ b/
wl/wl-draft.el
@@
-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))