Skip to content

Commit

Permalink
tweak(backports): better compatibility with Emacs 28
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 30, 2023
1 parent 1223809 commit c09eca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/backports/core.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
(unless (= emacs-major-version 28)
(user-error "This file should only be called from an Emacs 28.x"))

(require 'cl-lib)
(require 'cl-extra)
(require 'rx)
(require 'wid-edit) ;; Needed by `setopt--set'

;; This macro is provided by `compat'. However, it is used in some core
Expand Down

0 comments on commit c09eca1

Please sign in to comment.