From 33d6435003a25ad72f8b3ae57722923a4fccaff3 Mon Sep 17 00:00:00 2001 From: Declan Qian Date: Wed, 13 Jan 2016 01:49:01 +0800 Subject: [PATCH] comform emacs libs convention http://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html --- mu4e/mu4e.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e.el b/mu4e/mu4e.el index 5389dec8..fca8d489 100644 --- a/mu4e/mu4e.el +++ b/mu4e/mu4e.el @@ -1,4 +1,4 @@ -;;; mu4e.el -- part of mu4e, the mu mail user agent +;;; mu4e.el --- part of mu4e, the mu mail user agent ;; ;; Copyright (C) 2011-2012 Dirk-Jan C. Binnema @@ -89,3 +89,5 @@ window, unless BACKGROUND (prefix-argument) is non-nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'mu4e) + +;;; mu4e.el ends here