From 6aca20e6cbb3876c8cea5df8ba96772b3832bfd8 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 10 Feb 2024 12:42:16 -0800 Subject: [PATCH] test ci --- lisp/_prepare.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/_prepare.el b/lisp/_prepare.el index ec15a757..a8bf5931 100644 --- a/lisp/_prepare.el +++ b/lisp/_prepare.el @@ -6,7 +6,7 @@ ;;; Requirement (when (version< emacs-version "26.1") - (error "Eask requires Emacs 26.1 and above!")) + (error "Eask requires Emacs 26.1 and above! test")) ;; ;;; Includes