We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039fbb1 commit d236d6aCopy full SHA for d236d6a
elpaca.el
@@ -1148,7 +1148,7 @@ The keyword's value is expected to be one of the following:
1148
(string-trim (buffer-substring-no-properties (point) (line-end-position)))))))))
1149
1150
(defconst elpaca--emacs-releases '(("27.1" . 20200804) ("27.2" . 20210319) ("28.1" . 20220403)
1151
- ("28.2" . 20220912) ("29.1" . 20230730)))
+ ("28.2" . 20220912) ("29.1" . 20230730) ("29.2" . 20240118)))
1152
(defvar elpaca-core-date
1153
(let* ((v (and (string-match "\\`[0-9]+\\.[0-9]+" emacs-version) (match-string 0 emacs-version)))
1154
(release (assoc v elpaca--emacs-releases #'equal)))
0 commit comments