Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 9, 2024
1 parent 5cbe967 commit a42b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(require 'format-spec)

(eval-and-compile
(when (and (featurep' seq)
(when (and (featurep 'seq)
(not (fboundp 'seq-keep)))
(unload-feature 'seq 'force)))
(require 'seq)
Expand Down

0 comments on commit a42b2f6

Please sign in to comment.