mu4e: Add missing mandatory "FILE ends here" library footer

This commit is contained in:
Jonas Bernoulli 2020-02-11 12:38:01 +01:00 committed by Dirk-Jan C. Binnema
parent 15c6680037
commit 6c58a311d1
10 changed files with 8 additions and 5 deletions

View File

@ -281,3 +281,4 @@ match, POLICY determines what to do:
(otherwise nil))))))
(provide 'mu4e-context)
;;; mu4e-context.el ends here

View File

@ -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

View File

@ -1894,3 +1894,4 @@ other windows."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'mu4e-headers)
;;; mu4e-headers.el ends here

View File

@ -98,3 +98,4 @@ be used as the shortname."
:type '(repeat (regexp)))
(provide 'mu4e-lists)
;;; mu4e-lists.el ends here

View File

@ -288,3 +288,4 @@ clicked."
(mu4e~main-menu))))))
(provide 'mu4e-main)
;;; mu4e-main.el ends here

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -66,5 +66,4 @@ window, unless BACKGROUND (prefix-argument) is non-nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'mu4e)
;;; mu4e.el ends here

View File

@ -227,5 +227,4 @@ Edit the message body using org mode. DEPRECATED."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'org-mu4e)
;;; org-mu4e.el ends here