branch: externals/el-job commit 48c8eb7890a7bca196ee32bfe3db377d0398161e Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Lint --- .github/workflows/test.yml | 6 +++--- el-job.el | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36be642a81..d8b17f552a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,9 +51,9 @@ jobs: - uses: actions/checkout@v2 - - name: Install Ispell - run: | - sudo apt-get install ispell + # - name: Install Ispell + # run: | + # sudo apt-get install ispell - name: Initialize sandbox run: | diff --git a/el-job.el b/el-job.el index d29725d317..2c2689a49c 100644 --- a/el-job.el +++ b/el-job.el @@ -46,7 +46,8 @@ (require 'cl-lib) (require 'el-job-child) -(declare-function subr-native-comp-unit "data.c") +(declare-function native-comp-unit-file nil) +(declare-function subr-native-comp-unit nil) (defvar el-job-major-version 2 "Number incremented for breaking changes.")