branch: externals/compat
commit 2cf02d0f89c11f3e7fcca59c625e48be570edef8
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    compat-30.el: Fix compat-require, since Emacs 29.1 is not yet released
---
 compat-30.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compat-30.el b/compat-30.el
index d7d6dcabe9..fabb48b28e 100644
--- a/compat-30.el
+++ b/compat-30.el
@@ -22,7 +22,8 @@
 ;;; Code:
 
 (eval-when-compile (load "compat-macs.el" nil t t))
-(compat-require compat-29 "29.1")
+;; TODO Update to 29.1 as soon as the Emacs emacs-29 branch version bumped
+(compat-require compat-29 "29.0.90")
 
 ;; TODO Update to 30.1 as soon as the Emacs emacs-30 branch version bumped
 (compat-version "30.0.50")

Reply via email to