branch: externals/el-job commit 330e77c247881429cb67b54547ec6772bf3adb0c Author: Martin Edström <meedst...@runbox.eu> Commit: Martin Edström <meedst...@runbox.eu>
Add fixme --- el-job.el | 1 + 1 file changed, 1 insertion(+) diff --git a/el-job.el b/el-job.el index f99a01b978..8c403dbd39 100644 --- a/el-job.el +++ b/el-job.el @@ -93,6 +93,7 @@ See wrapper `el-job--ensure-compiled-lib' for a convenient way to return an .eln anyway, without your having to recompile on save." (cl-loop for (file . elems) in load-history + ;; FIXME: If a file has more than one `provide', this only finds the first. when (eq feature (cdr (assq 'provide elems))) return ;; Look for a natively-compiled function supposedly defined in FILE.