[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/el-job 2a27a83935 079/143: Fix potential issue: load subr-
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/el-job 2a27a83935 079/143: Fix potential issue: load subr-x on Emacs 28 |
Date: |
Fri, 21 Mar 2025 19:00:31 -0400 (EDT) |
branch: elpa/el-job
commit 2a27a839350cb6b0227049c222a63dac44d1870d
Author: Martin Edström <meedstrom91@gmail.com>
Commit: Martin Edström <meedstrom91@gmail.com>
Fix potential issue: load subr-x on Emacs 28
---
el-job-child.el | 2 ++
el-job.el | 1 +
2 files changed, 3 insertions(+)
diff --git a/el-job-child.el b/el-job-child.el
index b23c5ad265..5af9163cbe 100644
--- a/el-job-child.el
+++ b/el-job-child.el
@@ -21,6 +21,8 @@
;;; Code:
+(when (= emacs-major-version 28) (require 'subr-x))
+
(defun el-job-child--zip (meta-list1 meta-list2)
"Destructively zip two lists into one.
Like the Dash expression \(-zip-with #\\='nconc list1 list2).
diff --git a/el-job.el b/el-job.el
index c4227c8e82..f360a0e04c 100644
--- a/el-job.el
+++ b/el-job.el
@@ -37,6 +37,7 @@
;;; Code:
(require 'cl-lib)
+(require 'subr-x) ;; for emacs 28
(require 'compat)
(require 'el-job-child)
- [nongnu] elpa/el-job 0a70c578b5 143/143: Fix (previous fix was not right), (continued)
- [nongnu] elpa/el-job 0a70c578b5 143/143: Fix (previous fix was not right), ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 2704c7e3d9 126/143: Comments, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job be8128bdf3 136/143: No package-lint for now, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job e061f4ef49 141/143: Clearer info, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 4377f11db5 139/143: Add a debug message, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 4b362b5db5 085/143: Small fix, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 96abd158c3 043/143: Readme, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job bddf5f373e 054/143: Fix a missing reference, and replace slot "results" w two new slots, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job c85b4ca947 081/143: Readme, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 94be19d3bb 088/143: Remove kill-quietly, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 2a27a83935 079/143: Fix potential issue: load subr-x on Emacs 28,
ELPA Syncer <=
- [nongnu] elpa/el-job 404de4df65 071/143: Get rid of :sig, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 3346361758 069/143: Get rid of :anonymous, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 721986351e 074/143: Readme, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 00c2ce983e 072/143: Style, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 666edc615f 109/143: Release version 2.2.0, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 183ff2e775 107/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 18b039e51d 106/143: Add linter, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job c63827b242 102/143: Release version 2.0.1, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 63d841f64f 113/143: Nicer dev tools, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 1c2a3e958e 135/143: Release version 2.3.0, ELPA Syncer, 2025/03/21