emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit ea0d30d9a6 3/3: magit-base.el: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit ea0d30d9a6 3/3: magit-base.el: Fix typo
Date: Sun, 5 May 2024 16:00:32 -0400 (EDT)

branch: elpa/git-commit
commit ea0d30d9a6056064b6d2cb4b4a5a8ca8fd036d2d
Author: Park Zhou <ideapark@petalmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-base.el: Fix typo
---
 lisp/magit-base.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index 3aabfff42d..2d6f7a0107 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -45,7 +45,7 @@
 ;; GNU ELPA, for `seq-keep'.  Unfortunately something else may already
 ;; have required `seq', before `package' had a chance to put the more
 ;; recent version earlier on the `load-path'.
-(when (and (featurep' seq)
+(when (and (featurep 'seq)
            (not (fboundp 'seq-keep)))
   (unload-feature 'seq 'force))
 (require 'seq)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]