[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit f25d10351f 2/2: Tweak the warning about seq
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit f25d10351f 2/2: Tweak the warning about seq |
Date: |
Mon, 4 Dec 2023 15:59:47 -0500 (EST) |
branch: elpa/git-commit
commit f25d10351fc1d44282dad45caaf99cb19913eda4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Tweak the warning about seq
---
lisp/magit-section.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 5e429d301d..4b562b65ce 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -74,7 +74,7 @@ Once you have done that, you have to explicitly upgrade `seq':
\\[package-upgrade] seq \\`RET'
Then you also must make sure the updated version is loaded,
-by evaluating this form
+by evaluating this form:
(progn (unload-feature 'seq t) (require 'seq))
@@ -82,7 +82,7 @@ Until you do this, you will get random errors about `seq-keep'
being undefined while using Magit.
If you don't use the `package' package manager but still get
-this warning, then that other package manager likely has a
+this warning, then your chosen package manager likely has a
similar defect.") :emergency))
(require 'cursor-sensor)