Skip to content

Commit

Permalink
refactor(backports): precise condition
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 16, 2023
1 parent 79423c5 commit 22a09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-backports-29.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

;;; Code:

(when (>= emacs-major-version 29)
(unless (= emacs-major-version 28)
(user-error "This file should only be called from an Emacs 28.x"))

(require 'wid-edit) ;; Needed by `setopt--set'
Expand Down

0 comments on commit 22a09fa

Please sign in to comment.