Don't quote lambda expressions with `quote'.
This commit is contained in:
parent
782fc81943
commit
4f91a8160f
77 changed files with 466 additions and 493 deletions
|
@ -864,9 +864,9 @@ the user from the mailer."
|
|||
(let ((l))
|
||||
(mapc
|
||||
;; remove duplicates
|
||||
'(lambda (e)
|
||||
(unless (member e l)
|
||||
(push e l)))
|
||||
(lambda (e)
|
||||
(unless (member e l)
|
||||
(push e l)))
|
||||
(split-string new-header-values
|
||||
",[[:space:]]+" t))
|
||||
(mapconcat 'identity l ", "))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue