diff options
| -rw-r--r-- | compat-30.el | 3 |
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") |
