branch: elpa/el-job commit 30f75f25111af08fdad96f324ec47a927476e0b1 Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Add variable el-job-major-version --- el-job.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el-job.el b/el-job.el index cd750a2ff8..04621256cb 100644 --- a/el-job.el +++ b/el-job.el @@ -42,6 +42,8 @@ (require 'compat) (require 'el-job-child) +(defvar el-job-major-version 1) + ;;; Subroutines: (defvar el-job--debug-level 0 @@ -773,8 +775,6 @@ Safely return nil otherwise, whether or not ID is known." (when-let ((job (gethash id el-jobs))) (el-job:busy job))) -(define-obsolete-function-alias 'el-job--await 'el-job-await "2024-12-29") - (provide 'el-job) ;;; el-job.el ends here