aboutsummaryrefslogtreecommitdiff
path: root/compat-30.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-05-21 10:30:37 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-05-24 11:07:58 +0200
commit2cf02d0f89c11f3e7fcca59c625e48be570edef8 (patch)
tree5ea3dd9965b994cafad50cbd943f70c4b90c751b /compat-30.el
parentd5c0b6f6d24b93f2b0114a057ab2768e1f5d76c7 (diff)
compat-30.el: Fix compat-require, since Emacs 29.1 is not yet released
Diffstat (limited to 'compat-30.el')
-rw-r--r--compat-30.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat-30.el b/compat-30.el
index d7d6dca..fabb48b 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")