branch: externals/transient commit a42b2f6992b27e8da924d4ff86ef9a33b6804b84 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typo --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index c6533b48ce..211d6ded3e 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -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)