diff options
author | Suhail Singh <[email protected]> | 2024-11-06 13:37:51 -0500 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-11-15 08:30:31 +0100 |
commit | 09e003516861ba121b6f8791ab043c2d0c75879f (patch) | |
tree | 1122f408e55ed22b93d11c0e114dd173785b225f /gnu/packages/patches | |
parent | 7e25d04228b0b2b03d4619e74c23264947d37619 (diff) |
gnu: emacs-git-email: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.6.0.
[source]: Switch to actively maintained fork on codeberg.
[home-page]: Adjust accordingly.
[propagated-inputs]: Move to…
[inputs]: … here. Add emacs-piem.
* gnu/packages/patches/emacs-git-email-missing-parens.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Change-Id: I47f5aa12cfa676772e281a45cdc9ec3bb3eae544
Signed-off-by: Liliana Marie Prikler <[email protected]>
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/emacs-git-email-missing-parens.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/patches/emacs-git-email-missing-parens.patch b/gnu/packages/patches/emacs-git-email-missing-parens.patch deleted file mode 100644 index 051e2bf1eb..0000000000 --- a/gnu/packages/patches/emacs-git-email-missing-parens.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 820ad7eb2e919e3f880bec22bd4f737fa55c4d22 Mon Sep 17 00:00:00 2001 -From: Niklas Eklund <[email protected]> -Date: Thu, 5 May 2022 12:43:49 +0200 -Subject: [PATCH] Fix missing parens in git-email-mu4e.el - -The incorrect number of parens in this file lead to Emacs failing to -parse the file. ---- - git-email-mu4e.el | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/git-email-mu4e.el b/git-email-mu4e.el -index d5b8770..9220bf9 100644 ---- a/git-email-mu4e.el -+++ b/git-email-mu4e.el -@@ -51,7 +51,7 @@ from Lisp, enable the mode if ARG is omitted or nil." - ;; built in context feature. - (seq-filter (lambda (header) - (not (eq (car header) 'from))) -- headers) -+ headers)))) - (setq git-email-compose-email-function 'message-mail))) - - (provide 'git-email-mu4e) --- -2.34.0 - |