[Org] Use ‘cl-equalp’ instead of ‘equalp’

This commit is contained in:
Daniel - 2018-01-23 17:50:23 +01:00
parent 88a20aff5f
commit 31e1c64037
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ forces clocking in of the default task."
db/org-default-work-file
db/org-default-refile-file
db/org-default-notes-file)))
:test #'equalp)))
:test #'cl-equalp)))
(defcustom db/org-default-work-file ""
"Path to default org-mode file at work."