Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-09-08 22:37:16 +02:00
commit b3ab012d69
1 changed files with 4 additions and 4 deletions

View File

@ -4503,7 +4503,7 @@ is active."
;; non-existent ones.
(setq files (cl-remove-duplicates
(append files org-agenda-text-search-extra-files)
(lambda (a b)
:test (lambda (a b)
(and (file-exists-p a)
(file-exists-p b)
(file-equal-p a b))))