From 820ad7eb2e919e3f880bec22bd4f737fa55c4d22 Mon Sep 17 00:00:00 2001 From: Niklas Eklund 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 ub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
AgeCommit message (Expand)Author
2022-09-01gnu: boost: Update to 1.80.0....Greg Hogan
2022-08-11Merge branch 'staging' into core-updatesMarius Bakke
2022-08-11gnu: mdds: Update to 2.0.3....Marius Bakke
2022-07-06gnu: Boost: Use #:configure-flags....Marius Bakke
2022-07-06gnu: Boost: Avoid usage of 'this-package-input'....Marius Bakke
2022-07-06gnu: boost-mpi: OpenMPI is not native....Marius Bakke
2022-07-06gnu: Boost: Python input is not native....Marius Bakke
2022-07-06gnu: boost, boost-static: Consolidate libboost_python phases....Marius Bakke
2022-07-06gnu: boost-mpi: Remove input labels....Marius Bakke
2022-06-30gnu: Boost: Use G-expressions....Marius Bakke
2022-06-08Merge branch 'master' into core-updatesLudovic Courtès
2022-05-31gnu: Remove boost-with-python2....Maxim Cournoyer
2022-05-08gnu: boost: Update to 1.79.0....Greg Hogan
2022-03-28gnu: boost: Update to 1.78.0....Greg Hogan