From 83f0c9cea9ff5cba7c543c25ab7a62dd3d8718ba Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 11 Feb 2020 12:23:40 +0100 Subject: [PATCH] mu4e: Remove excess semicolons from library headers Placing two semicolons on an otherwise empty line helps to logically "connect" the surrounding "paragraphs", which in (only) some cases makes sense. Previously the three paragraphs of the permission statement were not connected to each other like this, which is perfectly fine. However the preceding "This file is not part of GNU Emacs." line was connected to the first paragraph, which does not make sense considering that the latter is not connected two the second paragraph, which it relates to more. Once those two semicolons are gone, it also makes sense to remove those from the second line. --- mu4e/mu4e-actions.el | 4 ++-- mu4e/mu4e-compose.el | 4 ++-- mu4e/mu4e-context.el | 4 ++-- mu4e/mu4e-contrib.el | 4 ++-- mu4e/mu4e-draft.el | 2 +- mu4e/mu4e-headers.el | 4 ++-- mu4e/mu4e-icalendar.el | 4 ++-- mu4e/mu4e-lists.el | 4 ++-- mu4e/mu4e-main.el | 4 ++-- mu4e/mu4e-mark.el | 4 ++-- mu4e/mu4e-message.el | 4 ++-- mu4e/mu4e-org.el | 4 ++-- mu4e/mu4e-proc.el | 4 ++-- mu4e/mu4e-speedbar.el | 4 ++-- mu4e/mu4e-utils.el | 4 ++-- mu4e/mu4e-vars.el | 4 ++-- mu4e/mu4e-view.el | 4 ++-- mu4e/mu4e.el | 4 ++-- mu4e/org-mu4e.el | 4 ++-- 19 files changed, 37 insertions(+), 37 deletions(-) diff --git a/mu4e/mu4e-actions.el b/mu4e/mu4e-actions.el index 59e8e221..18a3e70a 100644 --- a/mu4e/mu4e-actions.el +++ b/mu4e/mu4e-actions.el @@ -1,12 +1,12 @@ ;;; mu4e-actions.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2019 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 9af94066..4a7111fd 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -1,12 +1,12 @@ ;;; mu4e-compose.el -- part of mu4e, the mu mail user agent for emacs -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-context.el b/mu4e/mu4e-context.el index 15af96da..57da95d6 100644 --- a/mu4e/mu4e-context.el +++ b/mu4e/mu4e-context.el @@ -1,12 +1,12 @@ ;;; mu4e-context.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2015-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-contrib.el b/mu4e/mu4e-contrib.el index 5e1e5787..27980f3c 100644 --- a/mu4e/mu4e-contrib.el +++ b/mu4e/mu4e-contrib.el @@ -1,9 +1,9 @@ ;;; mu4e-contrib.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2013-2020 Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 5f5ad58a..6636b618 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -6,7 +6,7 @@ ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 8621e67a..d3c3a85f 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1,12 +1,12 @@ ;;; mu4e-headers.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el index 2f0080bf..7b60c80d 100644 --- a/mu4e/mu4e-icalendar.el +++ b/mu4e/mu4e-icalendar.el @@ -1,5 +1,5 @@ ;;; mu4e-icalendar.el --- reply to iCalendar meeting requests (part of mu4e) -*- lexical-binding: t; -*- -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2019- Christophe Troestler ;; Author: Christophe Troestler @@ -8,7 +8,7 @@ ;; Version: 0.0 ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index 0540f442..e234dffb 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -1,12 +1,12 @@ ;;; mu4e-lists.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2016 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 89740f61..932a0675 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -1,12 +1,12 @@ ;;; mu4e-main.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index 3c03dcbb..be384110 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -1,12 +1,12 @@ ;;; mu4e-mark.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-message.el b/mu4e/mu4e-message.el index fed61c4c..fb13042e 100644 --- a/mu4e/mu4e-message.el +++ b/mu4e/mu4e-message.el @@ -1,12 +1,12 @@ ;;; mu4e-message.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2012-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-org.el b/mu4e/mu4e-org.el index 96925da4..97602143 100644 --- a/mu4e/mu4e-org.el +++ b/mu4e/mu4e-org.el @@ -1,5 +1,5 @@ ;;; mu4e-org -- Org-links to mu4e messages/queries -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2012-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema @@ -8,7 +8,7 @@ ;; Version: 0.0 ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of 1the License, or diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el index 1c5772e4..f890c55a 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -1,12 +1,12 @@ ;;; mu4e-proc.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2019 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-speedbar.el b/mu4e/mu4e-speedbar.el index 93e58223..41686963 100644 --- a/mu4e/mu4e-speedbar.el +++ b/mu4e/mu4e-speedbar.el @@ -1,5 +1,5 @@ ;;; mu4e-speedbar --- Speedbar support for mu4e -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2012-2020 Antono Vasiljev, Dirk-Jan C. Binnema ;; Author: Antono Vasiljev @@ -7,7 +7,7 @@ ;; Keywords: file, tags, tools ;; This file is not part of GNU Emacs. -;; + ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 01cd44a0..d350207b 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -1,12 +1,12 @@ ;;; mu4e-utils.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index e4e75f12..c852026a 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -1,12 +1,12 @@ ;;; mu4e-vars.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 3064063d..f549329b 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -1,12 +1,12 @@ ;;; mu4e-view.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/mu4e.el b/mu4e/mu4e.el index 7fc33c9c..1ecf3f77 100644 --- a/mu4e/mu4e.el +++ b/mu4e/mu4e.el @@ -1,5 +1,5 @@ ;;; mu4e.el --- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2011-2019 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema @@ -8,7 +8,7 @@ ;; Version: 0.0 ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/mu4e/org-mu4e.el b/mu4e/org-mu4e.el index 7f59bc94..8c77e3eb 100644 --- a/mu4e/org-mu4e.el +++ b/mu4e/org-mu4e.el @@ -1,5 +1,5 @@ ;;; org-mu4e -- support for links to mu4e messages and writing org-mode messages -*- lexical-binding: t -*- -;; + ;; Copyright (C) 2012-2019 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema @@ -8,7 +8,7 @@ ;; Version: 0.0 ;; This file is not part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of 1the License, or