branch: externals/el-job
commit daba10902eb760e121fdf7e05e3ff1ce00dd735e
Author: Martin Edström <meedstro...@gmail.com>
Commit: Martin Edström <meedstro...@gmail.com>

    fix
---
 .github/workflows/melpazoid.yml | 31 -------------------------------
 el-job.el                       |  2 +-
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
deleted file mode 100644
index 6c8077a10c..0000000000
--- a/.github/workflows/melpazoid.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# melpazoid <https://github.com/riscy/melpazoid> build checks.
-
-# If your package is on GitHub, enable melpazoid's checks by copying this file
-# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
-
-name: melpazoid
-on: [push, pull_request]
-
-jobs:
-  build:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v3
-    - name: Set up Python 3.10
-      uses: actions/setup-python@v4
-      with:
-        python-version: '3.10'
-    - name: Install
-      run: |
-        python -m pip install --upgrade pip
-        sudo apt-get install emacs && emacs --version
-        git clone https://github.com/riscy/melpazoid.git ~/melpazoid
-        pip install ~/melpazoid
-    - name: Run
-      env:
-        LOCAL_REPO: ${{ github.workspace }}
-        # RECIPE is your recipe as written for MELPA:
-        RECIPE: (el-job :fetcher github :repo "meedstrom/el-job")
-        # set this to false (or remove it) if the package isn't on MELPA:
-        EXIST_OK: true
-      run: echo $GITHUB_REF && make -C ~/melpazoid
diff --git a/el-job.el b/el-job.el
index 14e21fc60f..7ec2070c71 100644
--- a/el-job.el
+++ b/el-job.el
@@ -623,7 +623,7 @@ should trigger `el-job--receive'."
   (when (eq .method 'poll)
     (cancel-timer .poll-timer)
     (setf .poll-timer
-          (run-with-timer 0.1 nil #'el-job--poll .busy .poll-timer 0.1)))))
+          (run-with-timer 0.1 nil #'el-job--poll .busy .poll-timer 0.1))))
 
 (defun el-job--timeout (id)
   "If PROC "

Reply via email to