(feedmail-deduce-address-list): Avoid add-to-list on local variables.
Author: * lisp/mail/feedmail.el (feedmail-deduce-address-list): Avoid add-to-list on local variables.
This commit is contained in:
parent
69b9224a32
commit
8f0376309e
1 changed files with 1 additions and 1 deletions
|
@ -3147,7 +3147,7 @@ been weeded out."
|
|||
(setq simple-address (substring address-blob (match-beginning 2) (match-end 2)))
|
||||
(setq address-blob (replace-match "" t t address-blob))
|
||||
(if (not (member simple-address address-list))
|
||||
(add-to-list 'address-list simple-address)))
|
||||
(push simple-address address-list)))
|
||||
))
|
||||
(kill-buffer nil)))
|
||||
(identity address-list)))
|
||||
|
|
Loading…
Add table
Reference in a new issue