[Mail] Use ‘cl-remove-if’ instead of ‘remove-if’

This commit is contained in:
Daniel - 2019-02-10 14:04:27 +01:00
parent 80ffb3845b
commit 8864a5bffe
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 11 additions and 11 deletions

View File

@ -53,7 +53,7 @@ The values of the latter two variables are usually those of
(append other-gnus-accounts
;; Only add those remote accounts whose IMAP address is neither
;; `nil nor the empty string
(remove-if #'null
(cl-remove-if #'null
(mapcar (lambda (account)
(let ((account-name (nth 1 account))
(account-address (nth 2 account)))