unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 051e2bf1ebae8805c7b4c21e85323604ec2fd14e 907 bytes (raw)
name: gnu/packages/patches/emacs-fix-missing-parens-in-git-email-mu4e.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
From 820ad7eb2e919e3f880bec22bd4f737fa55c4d22 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
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


debug log:

solving 051e2bf1eb ...
found 051e2bf1eb in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).