branch: elpa/git-commit commit 855d924969eb6231d62ab446f727c9f7ad5c4913 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typos Or one typo, which ended up being copy-pasted. --- lisp/git-commit.el | 2 +- lisp/magit-libgit.el | 2 +- lisp/magit-section.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 8c230eda8b..edbcfd1347 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -114,7 +114,7 @@ (require 'compat) (require 'subr-x) -(when (and (featurep' seq) +(when (and (featurep 'seq) (not (fboundp 'seq-keep))) (unload-feature 'seq 'force)) (require 'seq) diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index fa04e911e2..6db1094be9 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -45,7 +45,7 @@ (require 'eieio) (require 'subr-x) -(when (and (featurep' seq) +(when (and (featurep 'seq) (not (fboundp 'seq-keep))) (unload-feature 'seq 'force)) (require 'seq) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 5fa14dd275..5e020c70a1 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -51,7 +51,7 @@ ;; For older Emacs releases we depend on an updated `seq' release from GNU ;; ELPA, for `seq-keep'. Unfortunately something else may require `seq' ;; before `package' had a chance to put this version on the `load-path'. -(when (and (featurep' seq) +(when (and (featurep 'seq) (not (fboundp 'seq-keep))) (unload-feature 'seq 'force)) (require 'seq)