From c2ef02f57c8cf5dbcbb09245c9c085b8d9d2de0a Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 11 Feb 2020 12:15:10 +0100 Subject: [PATCH] mu4e: Begin each elisp summary line with three semicolons --- mu4e/mu4e-compose.el | 2 +- mu4e/mu4e-draft.el | 2 +- mu4e/mu4e-mark.el | 2 +- mu4e/mu4e-proc.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index fe1ef3ec..a57225e6 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -1,4 +1,4 @@ -;; mu4e-compose.el -- part of mu4e, the mu mail user agent for emacs -*- lexical-binding: t -*- +;;; mu4e-compose.el -- part of mu4e, the mu mail user agent for emacs -*- lexical-binding: t -*- ;; ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 22753be3..5f5ad58a 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -1,4 +1,4 @@ -;; mu4e-draft.el -- part of mu4e, the mu mail user agent for emacs -*- lexical-binding: t -*- +;;; mu4e-draft.el -- part of mu4e, the mu mail user agent for emacs -*- lexical-binding: t -*- ;; ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index 07945b66..3c03dcbb 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -1,4 +1,4 @@ -;; mu4e-mark.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- +;;; mu4e-mark.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- ;; ;; Copyright (C) 2011-2020 Dirk-Jan C. Binnema diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el index 5369da57..d0e97b38 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -1,4 +1,4 @@ -;; mu4e-proc.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- +;;; mu4e-proc.el -- part of mu4e, the mu mail user agent -*- lexical-binding: t -*- ;; ;; Copyright (C) 2011-2019 Dirk-Jan C. Binnema