diff --git a/mu4e/mu4e-context.el b/mu4e/mu4e-context.el index 86a555e7..ff4ae763 100644 --- a/mu4e/mu4e-context.el +++ b/mu4e/mu4e-context.el @@ -281,3 +281,4 @@ match, POLICY determines what to do: (otherwise nil)))))) (provide 'mu4e-context) +;;; mu4e-context.el ends here diff --git a/mu4e/mu4e-contrib.el b/mu4e/mu4e-contrib.el index ef1b586d..0b785ce0 100644 --- a/mu4e/mu4e-contrib.el +++ b/mu4e/mu4e-contrib.el @@ -219,3 +219,4 @@ buffers found, compose a new message and then attach the file." ;;; end of eshell functions (provide 'mu4e-contrib) +;;; mu4e-contrib.el ends here diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 8b0d17cb..b381891f 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1894,3 +1894,4 @@ other windows." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'mu4e-headers) +;;; mu4e-headers.el ends here diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index a9a6b08c..d9fbd459 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -98,3 +98,4 @@ be used as the shortname." :type '(repeat (regexp))) (provide 'mu4e-lists) +;;; mu4e-lists.el ends here diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 932a0675..1e4b2acb 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -288,3 +288,4 @@ clicked." (mu4e~main-menu)))))) (provide 'mu4e-main) +;;; mu4e-main.el ends here diff --git a/mu4e/mu4e-message.el b/mu4e/mu4e-message.el index fb13042e..56c61279 100644 --- a/mu4e/mu4e-message.el +++ b/mu4e/mu4e-message.el @@ -345,4 +345,4 @@ Emacs. Based on code by Titus von der Malsburg." (delete-file tmp-file))) msg)) (provide 'mu4e-message) -;;; mu4e-message ends here +;;; mu4e-message.el ends here diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index d350207b..ee6ec2af 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -1250,4 +1250,4 @@ string will be shortened to fit if its length exceeds (nreverse buffers))) (provide 'mu4e-utils) -;;; End of mu4e-utils.el +;;; mu4e-utils.el ends here diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index f549329b..b8961945 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -1705,4 +1705,4 @@ other windows." (switch-to-buffer (mu4e-get-headers-buffer)))))))) (provide 'mu4e-view) -;;; mu4e-view ends here +;;; mu4e-view.el ends here diff --git a/mu4e/mu4e.el b/mu4e/mu4e.el index 1ecf3f77..1c84fae3 100644 --- a/mu4e/mu4e.el +++ b/mu4e/mu4e.el @@ -66,5 +66,4 @@ window, unless BACKGROUND (prefix-argument) is non-nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'mu4e) - ;;; mu4e.el ends here diff --git a/mu4e/org-mu4e.el b/mu4e/org-mu4e.el index 8c77e3eb..b073544c 100644 --- a/mu4e/org-mu4e.el +++ b/mu4e/org-mu4e.el @@ -227,5 +227,4 @@ Edit the message body using org mode. DEPRECATED." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'org-mu4e) - ;;; org-mu4e.el ends here