From 5cef63658d0570e310bd31876159dde2f823f951 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Fri, 8 Apr 2022 12:34:33 +0300 Subject: [PATCH] docs: update doctor living on the edge check to 29+ --- core/cli/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/doctor.el b/core/cli/doctor.el index 4c5b83769..82ec8a098 100644 --- a/core/cli/doctor.el +++ b/core/cli/doctor.el @@ -61,7 +61,7 @@ in." "\t- might depend subtly on upstream packages updates\n\n" "You might need to unpin packages to get a fix for a specific commit of Emacs, " "and you should be ready to downgrade Emacs if something is just not fixable.")) - (EMACS28+ + (EMACS29+ (warn! "Emacs %s detected" emacs-version) (explain! "Doom supports this version, but you are living on the edge! " "Be prepared for breakages in future versions of Emacs."))