branch: externals/el-job commit 27cf46baf0f7aa94f171dc80b96b339900983d66 Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Hotfix --- el-job.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/el-job.el b/el-job.el index c2bdb9de45..991ac0fff0 100644 --- a/el-job.el +++ b/el-job.el @@ -100,9 +100,10 @@ editing." (or (and (fboundp 'native-comp-unit-file) (fboundp 'subr-native-comp-unit) (native-comp-available-p) - (native-comp-unit-file - (subr-native-comp-unit - (symbol-function (cdr hit))))) + (ignore-errors + (native-comp-unit-file + (subr-native-comp-unit + (symbol-function (cdr hit)))))) (car hit)))) (defvar el-job--onetime-canary nil)