Skip to content

Commit

Permalink
when-let has moved from subr-x to subr
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Feb 3, 2024
1 parent acbe11e commit e8e8629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
(require 'tempo)
(require 'mouse)
(require 'image)
(eval-when-compile
(when (version< emacs-version "29.0") ;; when-let has moved from subr-x to subr
(require 'subr-x)
))

(defconst adoc-mode-version "0.8.0-snapshot"
"adoc mode version number.
Expand Down

0 comments on commit e8e8629

Please sign in to comment.