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