[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 485b265dd3 02/26: magit-generate-changelog: Min
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 485b265dd3 02/26: magit-generate-changelog: Minor error message tweak |
Date: |
Fri, 22 Apr 2022 18:58:13 -0400 (EDT) |
branch: elpa/git-commit
commit 485b265dd3384c3eec0ec0c89239492311de2afc
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-generate-changelog: Minor error message tweak
---
lisp/magit-extras.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el
index 3928d72550..5cb052f22c 100644
--- a/lisp/magit-extras.el
+++ b/lisp/magit-extras.el
@@ -395,7 +395,7 @@ in HEAD as well as staged changes in the diff to check."
(require 'add-log) ; `change-log-insert-entries'.
(unless (and (fboundp 'change-log-insert-entries)
(fboundp 'diff-add-log-current-defuns))
- (user-error "`magit-generate-changelog' requires Emacs 27 or better"))
+ (user-error "`magit-generate-changelog' requires Emacs 27 or greater"))
(setq default-directory
(if (and (file-regular-p "gitdir")
(not (magit-git-true "rev-parse" "--is-inside-work-tree"))
- [nongnu] elpa/git-commit updated (3cfc8458e1 -> 40fb3d2002), ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 58ce563589 04/26: magit-format-rev-summary: Cosmetics, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 571b4346c1 05/26: Depend on the compat package from GNU Elpa, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit e766c891fe 03/26: Limit a workaround to the Emacs versions that need it, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 6cd8bcaf18 01/26: Use string-prefix-p and string-suffix-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 485b265dd3 02/26: magit-generate-changelog: Minor error message tweak,
ELPA Syncer <=
- [nongnu] elpa/git-commit 7671e46a8b 07/26: Use string-search instead of string-match-p, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 1553a4fa36 11/26: Use and-let* for side-effects, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 4bcb303154 12/26: Use and-let* for side-effects even more, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 9ce3859dd2 13/26: Use when-let* for multiple bindings, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 5f23a34a5f 19/26: Use compat-dired-marked-files, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 4d1d00e6fa 20/26: Fix finding remote executables, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 59fb9ce03f 06/26: Use string-replace instead of replace-regexp-in-string, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit bba16d4f3e 08/26: Use string-search instead of string-match, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit a20dc0b83e 09/26: Use string-trim, ELPA Syncer, 2022/04/22
- [nongnu] elpa/git-commit 264e92436c 10/26: Use xor, ELPA Syncer, 2022/04/22