[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 47f333e1fa: Improve instructions on how to work
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 47f333e1fa: Improve instructions on how to work around package.el defects |
Date: |
Sat, 13 Jan 2024 10:55:52 -0500 (EST) |
branch: elpa/git-commit
commit 47f333e1fa989a81c0265d2f523aff4108254238
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Improve instructions on how to work around package.el defects
---
lisp/magit-section.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 85fb10c305..83888be9e0 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -71,12 +71,16 @@ and typing \\[eval-last-sexp].
Once you have done that, you have to explicitly upgrade `%s':
- \\[package-upgrade] %s \\`RET'
+ \\[package-install] %s \\`RET'
Then you also must make sure the updated version is loaded,
by evaluating this form:
- (progn (unload-feature '%s t) (require '%s))
+ (progn (unload-feature \\='%s t) (require \\='%s))
+
+If this does not work, then try uninstalling Magit and all of its
+dependencies. After that exit and restart Emacs, and only then
+reinstalling Magit.
If you don't use the `package' package manager but still get
this warning, then your chosen package manager likely has a
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/git-commit 47f333e1fa: Improve instructions on how to work around package.el defects,
ELPA Syncer <=