branch: externals/iso-date commit 396d5f17e48c208c6a5ec4d38481bc123676dda2 Author: Lucas Quintana <lm...@protonmail.com> Commit: Lucas Quintana <lm...@protonmail.com>
Fix compilation error --- embark-iso-date.el | 1 + iso-date.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/embark-iso-date.el b/embark-iso-date.el index 4e198db068..50daa9bf19 100644 --- a/embark-iso-date.el +++ b/embark-iso-date.el @@ -21,6 +21,7 @@ ;;; Code: +(eval-when-compile (require 'embark)) (require 'iso-date) (eval-after-load 'embark diff --git a/iso-date.el b/iso-date.el index 48d4d54ddd..3e6c749cad 100644 --- a/iso-date.el +++ b/iso-date.el @@ -6,7 +6,7 @@ ;; Maintainer: Lucas Quintana <lm...@protonmail.com> ;; URL: https://github.com/lmq-10/iso-date ;; Created: 2025-07-28 -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Requires: ((emacs "28.1")) ;; This file is not part of GNU Emacs.