Skip to content

Commit

Permalink
tweak(backports): avoid problems on Emacs 28
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 1, 2023
1 parent a76e2c0 commit 9ce07ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/backports/core.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(user-error "This file should only be called from an Emacs 28.x"))

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

0 comments on commit 9ce07ee

Please sign in to comment.